Shades of Havelock Blue #597FB2
Tints of Havelock Blue #597FB2
RGB
CMYK
RGB Variations
Color information
#597FB2 (or 0x597FB2) is known color: Havelock Blue. HEX triplet: 59, 7F and B2. RGB value is (89,127,178). Sum of RGB (Red+Green+Blue) = 89+127+178=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #597FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FB2 is #A6804D. Grayscale: #797979. Windows color (decimal): -10911822 or 11698009. OLE color: 11698009.
HSL color Cylindrical-coordinate representation of color #597FB2: hue angle of 214.38º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #597FB2 is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 127 | 178 | - |
| CMYK | 0.5 | 0.29 | 0 | 0.30 |
| HSL | 214.38º | 0.37% | 0.52% | - |
| HSV(B) | 214.38º | 0.5% | 0.7% | - |
| XYZ | 19.75 | 20.52 | 45.04 | - |
| YUV | 121.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 178 | 0.5 | 0.29 | 0 | 0.30 | 214.38 | 0.37 | 0.52 |
| Hex | 59 | 7F | B2 | 32 | 1D | 0 | 1E | D6 | 25 | 34 |
| Octal | 131 | 177 | 262 | 62 | 35 | 0 | 36 | 326 | 45 | 64 |
| Binary | 1011001 | 1111111 | 10110010 | 110010 | 11101 | 0 | 11110 | 11010110 | 100101 | 110100 |
Color Harmonies of #597FB2
Complementary color
Monochromatic Colors of #597FB2
Black with #597FB2
Text Example
Text Example
White with #597FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FB2; }
p { color: rgb(89,127,178); }
H1.HeaderClassName
{
color: #597FB2;
}
.AnyTagClassName
{
color: #597FB2;
}
</style>
background-color css
<style>
a { background-color: #597FB2; }
a { background-color: rgb(89,127,178); }
div.DivClassName
{
background-color: #597FB2;
}
.BgClassName
{
background-color: #597FB2;
}
</style>
border-color css
<style>
span { border-color: #597FB2; }
span { border-color: rgb(89,127,178); }
td.TdClassName
{
border-color: #597FB2;
}
.TagClassName
{
border-color: #597FB2;
}
</style>