Shades of Havelock Blue #5785CB
Tints of Havelock Blue #5785CB
RGB
CMYK
RGB Variations
Color information
#5785CB (or 0x5785CB) is known color: Havelock Blue. HEX triplet: 57, 85 and CB. RGB value is (87,133,203). Sum of RGB (Red+Green+Blue) = 87+133+203=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5785CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785CB is #A87A34. Grayscale: #7E7E7E. Windows color (decimal): -11041333 or 13337943. OLE color: 13337943.
HSL color Cylindrical-coordinate representation of color #5785CB: hue angle of 216.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5785CB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 133 | 203 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.20 |
| HSL | 216.21º | 0.53% | 0.57% | - |
| HSV(B) | 216.21º | 0.57% | 0.8% | - |
| XYZ | 23.1 | 23.11 | 59.74 | - |
| YUV | 127.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 203 | 0.57 | 0.34 | 0 | 0.20 | 216.21 | 0.53 | 0.57 |
| Hex | 57 | 85 | CB | 39 | 22 | 0 | 14 | D8 | 35 | 39 |
| Octal | 127 | 205 | 313 | 71 | 42 | 0 | 24 | 330 | 65 | 71 |
| Binary | 1010111 | 10000101 | 11001011 | 111001 | 100010 | 0 | 10100 | 11011000 | 110101 | 111001 |
Color Harmonies of #5785CB
Complementary color
Monochromatic Colors of #5785CB
Black with #5785CB
Text Example
Text Example
White with #5785CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5785CB; }
p { color: rgb(87,133,203); }
H1.HeaderClassName
{
color: #5785CB;
}
.AnyTagClassName
{
color: #5785CB;
}
</style>
background-color css
<style>
a { background-color: #5785CB; }
a { background-color: rgb(87,133,203); }
div.DivClassName
{
background-color: #5785CB;
}
.BgClassName
{
background-color: #5785CB;
}
</style>
border-color css
<style>
span { border-color: #5785CB; }
span { border-color: rgb(87,133,203); }
td.TdClassName
{
border-color: #5785CB;
}
.TagClassName
{
border-color: #5785CB;
}
</style>