Shades of Havelock Blue #597FD1
Tints of Havelock Blue #597FD1
RGB
CMYK
RGB Variations
Color information
#597FD1 (or 0x597FD1) is known color: Havelock Blue. HEX triplet: 59, 7F and D1. RGB value is (89,127,209). Sum of RGB (Red+Green+Blue) = 89+127+209=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #597FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FD1 is #A6802E. Grayscale: #7C7C7C. Windows color (decimal): -10911791 or 13729625. OLE color: 13729625.
HSL color Cylindrical-coordinate representation of color #597FD1: hue angle of 221º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597FD1 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 127 | 209 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.18 |
| HSL | 221º | 0.57% | 0.58% | - |
| HSV(B) | 221º | 0.57% | 0.82% | - |
| XYZ | 23.22 | 21.91 | 63.33 | - |
| YUV | 124.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 209 | 0.57 | 0.39 | 0 | 0.18 | 221 | 0.57 | 0.58 |
| Hex | 59 | 7F | D1 | 39 | 27 | 0 | 12 | DD | 39 | 3A |
| Octal | 131 | 177 | 321 | 71 | 47 | 0 | 22 | 335 | 71 | 72 |
| Binary | 1011001 | 1111111 | 11010001 | 111001 | 100111 | 0 | 10010 | 11011101 | 111001 | 111010 |
Color Harmonies of #597FD1
Complementary color
Monochromatic Colors of #597FD1
Black with #597FD1
Text Example
Text Example
White with #597FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FD1; }
p { color: rgb(89,127,209); }
H1.HeaderClassName
{
color: #597FD1;
}
.AnyTagClassName
{
color: #597FD1;
}
</style>
background-color css
<style>
a { background-color: #597FD1; }
a { background-color: rgb(89,127,209); }
div.DivClassName
{
background-color: #597FD1;
}
.BgClassName
{
background-color: #597FD1;
}
</style>
border-color css
<style>
span { border-color: #597FD1; }
span { border-color: rgb(89,127,209); }
td.TdClassName
{
border-color: #597FD1;
}
.TagClassName
{
border-color: #597FD1;
}
</style>