#205588

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

Shades of Endeavour #205588

Tints of Endeavour #205588

Color information

#205588 (or 0x205588) is unknown color: approx Endeavour. HEX triplet: 20, 55 and 88. RGB value is (32,85,136). Sum of RGB (Red+Green+Blue) = 32+85+136=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #205588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205588 is #DFAA77. Grayscale: #4A4A4A. Windows color (decimal): -14658168 or 8934688. OLE color: 8934688.

HSL color Cylindrical-coordinate representation of color #205588: hue angle of 209.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205588 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3285136-
CMYK0.760.3800.47
HSL209.42º61.9%32.94%-
HSV(B)209.42º76.47%53.33%-
XYZ8.298.5824.51-
YUV74.97162.4497.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=12.65%
G=33.60%
B=53.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32851360.760.3800.47209.4261.932.94
Hex2055884C2602Fd13e21
Octal40125210114460573217641
Binary1000001010101100010001001100100110010111111010001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205588; }

 p { color: rgb(32,85,136); }

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

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

 a { background-color: rgb(32,85,136); }

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

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

 span { border-color: rgb(32,85,136); }

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