Shades of Havelock Blue #5785CF
Tints of Havelock Blue #5785CF
RGB
CMYK
RGB Variations
Color information
#5785CF (or 0x5785CF) is known color: Havelock Blue. HEX triplet: 57, 85 and CF. RGB value is (87,133,207). Sum of RGB (Red+Green+Blue) = 87+133+207=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #5785CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785CF is #A87A30. Grayscale: #7F7F7F. Windows color (decimal): -11041329 or 13600087. OLE color: 13600087.
HSL color Cylindrical-coordinate representation of color #5785CF: hue angle of 217º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5785CF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 133 | 207 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.19 |
| HSL | 217º | 0.56% | 0.58% | - |
| HSV(B) | 217º | 0.58% | 0.81% | - |
| XYZ | 23.58 | 23.31 | 62.29 | - |
| YUV | 127.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 207 | 0.58 | 0.36 | 0 | 0.19 | 217 | 0.56 | 0.58 |
| Hex | 57 | 85 | CF | 3A | 24 | 0 | 13 | D9 | 38 | 3A |
| Octal | 127 | 205 | 317 | 72 | 44 | 0 | 23 | 331 | 70 | 72 |
| Binary | 1010111 | 10000101 | 11001111 | 111010 | 100100 | 0 | 10011 | 11011001 | 111000 | 111010 |
Color Harmonies of #5785CF
Complementary color
Monochromatic Colors of #5785CF
Black with #5785CF
Text Example
Text Example
White with #5785CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5785CF; }
p { color: rgb(87,133,207); }
H1.HeaderClassName
{
color: #5785CF;
}
.AnyTagClassName
{
color: #5785CF;
}
</style>
background-color css
<style>
a { background-color: #5785CF; }
a { background-color: rgb(87,133,207); }
div.DivClassName
{
background-color: #5785CF;
}
.BgClassName
{
background-color: #5785CF;
}
</style>
border-color css
<style>
span { border-color: #5785CF; }
span { border-color: rgb(87,133,207); }
td.TdClassName
{
border-color: #5785CF;
}
.TagClassName
{
border-color: #5785CF;
}
</style>