Shades of Havelock Blue #597FC3
Tints of Havelock Blue #597FC3
RGB
CMYK
RGB Variations
Color information
#597FC3 (or 0x597FC3) is known color: Havelock Blue. HEX triplet: 59, 7F and C3. RGB value is (89,127,195). Sum of RGB (Red+Green+Blue) = 89+127+195=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #597FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FC3 is #A6803C. Grayscale: #7B7B7B. Windows color (decimal): -10911805 or 12812121. OLE color: 12812121.
HSL color Cylindrical-coordinate representation of color #597FC3: hue angle of 218.49º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597FC3 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 127 | 195 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.24 |
| HSL | 218.49º | 0.47% | 0.56% | - |
| HSV(B) | 218.49º | 0.54% | 0.76% | - |
| XYZ | 21.56 | 21.24 | 54.59 | - |
| YUV | 123.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 195 | 0.54 | 0.35 | 0 | 0.24 | 218.49 | 0.47 | 0.56 |
| Hex | 59 | 7F | C3 | 36 | 23 | 0 | 18 | DA | 2F | 38 |
| Octal | 131 | 177 | 303 | 66 | 43 | 0 | 30 | 332 | 57 | 70 |
| Binary | 1011001 | 1111111 | 11000011 | 110110 | 100011 | 0 | 11000 | 11011010 | 101111 | 111000 |
Color Harmonies of #597FC3
Complementary color
Monochromatic Colors of #597FC3
Black with #597FC3
Text Example
Text Example
White with #597FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FC3; }
p { color: rgb(89,127,195); }
H1.HeaderClassName
{
color: #597FC3;
}
.AnyTagClassName
{
color: #597FC3;
}
</style>
background-color css
<style>
a { background-color: #597FC3; }
a { background-color: rgb(89,127,195); }
div.DivClassName
{
background-color: #597FC3;
}
.BgClassName
{
background-color: #597FC3;
}
</style>
border-color css
<style>
span { border-color: #597FC3; }
span { border-color: rgb(89,127,195); }
td.TdClassName
{
border-color: #597FC3;
}
.TagClassName
{
border-color: #597FC3;
}
</style>