#255589

Color #255589 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #255589

Tints of Endeavour #255589

Color information

#255589 (or 0x255589) is unknown color: approx Endeavour. HEX triplet: 25, 55 and 89. RGB value is (37,85,137). Sum of RGB (Red+Green+Blue) = 37+85+137=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #255589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255589 is #DAAA76. Grayscale: #4C4C4C. Windows color (decimal): -14330487 or 9000229. OLE color: 9000229.

HSL color Cylindrical-coordinate representation of color #255589: hue angle of 211.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255589 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3785137-
CMYK0.730.3800.46
HSL211.2º57.47%34.12%-
HSV(B)211.2º72.99%53.73%-
XYZ8.538.724.9-
YUV76.58162.199.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=14.29%
G=32.82%
B=52.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37851370.730.3800.46211.257.4734.12
Hex255589492602Ed33922
Octal45125211111460563237142
Binary1001011010101100010011001001100110010111011010011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255589; }

 p { color: rgb(37,85,137); }

 H1.HeaderClassName
 {
   color: #255589;
 }
 .AnyTagClassName
 {
   color: #255589;
 }
</style>
background-color css

<style>
 a { background-color: #255589; }

 a { background-color: rgb(37,85,137); }

 div.DivClassName
 {
   background-color: #255589;
 }
 .BgClassName
 {
   background-color: #255589;
 }
</style>
border-color css

<style>
 span { border-color: #255589; }

 span { border-color: rgb(37,85,137); }

 td.TdClassName
 {
   border-color: #255589;
 }
 .TagClassName
 {
   border-color: #255589;
 }
</style>