Shades of Havelock Blue #597FCE
Tints of Havelock Blue #597FCE
RGB
CMYK
RGB Variations
Color information
#597FCE (or 0x597FCE) is known color: Havelock Blue. HEX triplet: 59, 7F and CE. RGB value is (89,127,206). Sum of RGB (Red+Green+Blue) = 89+127+206=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #597FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FCE is #A68031. Grayscale: #7C7C7C. Windows color (decimal): -10911794 or 13533017. OLE color: 13533017.
HSL color Cylindrical-coordinate representation of color #597FCE: hue angle of 220.51º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597FCE is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 127 | 206 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.19 |
| HSL | 220.51º | 0.54% | 0.58% | - |
| HSV(B) | 220.51º | 0.57% | 0.81% | - |
| XYZ | 22.85 | 21.76 | 61.39 | - |
| YUV | 124.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 206 | 0.57 | 0.38 | 0 | 0.19 | 220.51 | 0.54 | 0.58 |
| Hex | 59 | 7F | CE | 39 | 26 | 0 | 13 | DD | 36 | 3A |
| Octal | 131 | 177 | 316 | 71 | 46 | 0 | 23 | 335 | 66 | 72 |
| Binary | 1011001 | 1111111 | 11001110 | 111001 | 100110 | 0 | 10011 | 11011101 | 110110 | 111010 |
Color Harmonies of #597FCE
Complementary color
Monochromatic Colors of #597FCE
Black with #597FCE
Text Example
Text Example
White with #597FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FCE; }
p { color: rgb(89,127,206); }
H1.HeaderClassName
{
color: #597FCE;
}
.AnyTagClassName
{
color: #597FCE;
}
</style>
background-color css
<style>
a { background-color: #597FCE; }
a { background-color: rgb(89,127,206); }
div.DivClassName
{
background-color: #597FCE;
}
.BgClassName
{
background-color: #597FCE;
}
</style>
border-color css
<style>
span { border-color: #597FCE; }
span { border-color: rgb(89,127,206); }
td.TdClassName
{
border-color: #597FCE;
}
.TagClassName
{
border-color: #597FCE;
}
</style>