Shades of Havelock Blue #597FCB
Tints of Havelock Blue #597FCB
RGB
CMYK
RGB Variations
Color information
#597FCB (or 0x597FCB) is known color: Havelock Blue. HEX triplet: 59, 7F and CB. RGB value is (89,127,203). Sum of RGB (Red+Green+Blue) = 89+127+203=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #597FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FCB is #A68034. Grayscale: #7B7B7B. Windows color (decimal): -10911797 or 13336409. OLE color: 13336409.
HSL color Cylindrical-coordinate representation of color #597FCB: hue angle of 220º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597FCB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 127 | 203 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.20 |
| HSL | 220º | 0.52% | 0.57% | - |
| HSV(B) | 220º | 0.56% | 0.8% | - |
| XYZ | 22.49 | 21.61 | 59.49 | - |
| YUV | 124.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 203 | 0.56 | 0.37 | 0 | 0.20 | 220 | 0.52 | 0.57 |
| Hex | 59 | 7F | CB | 38 | 25 | 0 | 14 | DC | 34 | 39 |
| Octal | 131 | 177 | 313 | 70 | 45 | 0 | 24 | 334 | 64 | 71 |
| Binary | 1011001 | 1111111 | 11001011 | 111000 | 100101 | 0 | 10100 | 11011100 | 110100 | 111001 |
Color Harmonies of #597FCB
Complementary color
Monochromatic Colors of #597FCB
Black with #597FCB
Text Example
Text Example
White with #597FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FCB; }
p { color: rgb(89,127,203); }
H1.HeaderClassName
{
color: #597FCB;
}
.AnyTagClassName
{
color: #597FCB;
}
</style>
background-color css
<style>
a { background-color: #597FCB; }
a { background-color: rgb(89,127,203); }
div.DivClassName
{
background-color: #597FCB;
}
.BgClassName
{
background-color: #597FCB;
}
</style>
border-color css
<style>
span { border-color: #597FCB; }
span { border-color: rgb(89,127,203); }
td.TdClassName
{
border-color: #597FCB;
}
.TagClassName
{
border-color: #597FCB;
}
</style>