Shades of Havelock Blue #597DD3
Tints of Havelock Blue #597DD3
RGB
CMYK
RGB Variations
Color information
#597DD3 (or 0x597DD3) is known color: Havelock Blue. HEX triplet: 59, 7D and D3. RGB value is (89,125,211). Sum of RGB (Red+Green+Blue) = 89+125+211=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #597DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DD3 is #A6822C. Grayscale: #7B7B7B. Windows color (decimal): -10912301 or 13860185. OLE color: 13860185.
HSL color Cylindrical-coordinate representation of color #597DD3: hue angle of 222.3º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #597DD3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 125 | 211 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.17 |
| HSL | 222.3º | 0.58% | 0.59% | - |
| HSV(B) | 222.3º | 0.58% | 0.83% | - |
| XYZ | 23.21 | 21.49 | 64.55 | - |
| YUV | 124.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 211 | 0.58 | 0.41 | 0 | 0.17 | 222.3 | 0.58 | 0.59 |
| Hex | 59 | 7D | D3 | 3A | 29 | 0 | 11 | DE | 3A | 3B |
| Octal | 131 | 175 | 323 | 72 | 51 | 0 | 21 | 336 | 72 | 73 |
| Binary | 1011001 | 1111101 | 11010011 | 111010 | 101001 | 0 | 10001 | 11011110 | 111010 | 111011 |
Color Harmonies of #597DD3
Complementary color
Monochromatic Colors of #597DD3
Black with #597DD3
Text Example
Text Example
White with #597DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DD3; }
p { color: rgb(89,125,211); }
H1.HeaderClassName
{
color: #597DD3;
}
.AnyTagClassName
{
color: #597DD3;
}
</style>
background-color css
<style>
a { background-color: #597DD3; }
a { background-color: rgb(89,125,211); }
div.DivClassName
{
background-color: #597DD3;
}
.BgClassName
{
background-color: #597DD3;
}
</style>
border-color css
<style>
span { border-color: #597DD3; }
span { border-color: rgb(89,125,211); }
td.TdClassName
{
border-color: #597DD3;
}
.TagClassName
{
border-color: #597DD3;
}
</style>