Shades of Endeavour #205587
Tints of Endeavour #205587
RGB
CMYK
RGB Variations
Color information
#205587 (or 0x205587) is known color: Endeavour. HEX triplet: 20, 55 and 87. RGB value is (32,85,135). Sum of RGB (Red+Green+Blue) = 32+85+135=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #205587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205587 is #DFAA78. Grayscale: #4A4A4A. Windows color (decimal): -14658169 or 8869152. OLE color: 8869152.
HSL color Cylindrical-coordinate representation of color #205587: hue angle of 209.13º 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 #205587 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 85 | 135 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.47 |
| HSL | 209.13º | 0.62% | 0.33% | - |
| HSV(B) | 209.13º | 0.76% | 0.53% | - |
| XYZ | 8.22 | 8.55 | 24.14 | - |
| YUV | 74.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 135 | 0.76 | 0.37 | 0 | 0.47 | 209.13 | 0.62 | 0.33 |
| Hex | 20 | 55 | 87 | 4C | 25 | 0 | 2F | D1 | 3E | 21 |
| Octal | 40 | 125 | 207 | 114 | 45 | 0 | 57 | 321 | 76 | 41 |
| Binary | 100000 | 1010101 | 10000111 | 1001100 | 100101 | 0 | 101111 | 11010001 | 111110 | 100001 |
Color Harmonies of #205587
Complementary color
Monochromatic Colors of #205587
Black with #205587
Text Example
Text Example
White with #205587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205587; }
p { color: rgb(32,85,135); }
H1.HeaderClassName
{
color: #205587;
}
.AnyTagClassName
{
color: #205587;
}
</style>
background-color css
<style>
a { background-color: #205587; }
a { background-color: rgb(32,85,135); }
div.DivClassName
{
background-color: #205587;
}
.BgClassName
{
background-color: #205587;
}
</style>
border-color css
<style>
span { border-color: #205587; }
span { border-color: rgb(32,85,135); }
td.TdClassName
{
border-color: #205587;
}
.TagClassName
{
border-color: #205587;
}
</style>