Shades of Havelock Blue #597CC1
Tints of Havelock Blue #597CC1
RGB
CMYK
RGB Variations
Color information
#597CC1 (or 0x597CC1) is known color: Havelock Blue. HEX triplet: 59, 7C and C1. RGB value is (89,124,193). Sum of RGB (Red+Green+Blue) = 89+124+193=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #597CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CC1 is #A6833E. Grayscale: #797979. Windows color (decimal): -10912575 or 12680281. OLE color: 12680281.
HSL color Cylindrical-coordinate representation of color #597CC1: hue angle of 219.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597CC1 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 124 | 193 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.24 |
| HSL | 219.81º | 0.46% | 0.55% | - |
| HSV(B) | 219.81º | 0.54% | 0.76% | - |
| XYZ | 20.95 | 20.39 | 53.28 | - |
| YUV | 121.4 | 168.4 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 193 | 0.54 | 0.36 | 0 | 0.24 | 219.81 | 0.46 | 0.55 |
| Hex | 59 | 7C | C1 | 36 | 24 | 0 | 18 | DC | 2E | 37 |
| Octal | 131 | 174 | 301 | 66 | 44 | 0 | 30 | 334 | 56 | 67 |
| Binary | 1011001 | 1111100 | 11000001 | 110110 | 100100 | 0 | 11000 | 11011100 | 101110 | 110111 |
Color Harmonies of #597CC1
Complementary color
Monochromatic Colors of #597CC1
Black with #597CC1
Text Example
Text Example
White with #597CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CC1; }
p { color: rgb(89,124,193); }
H1.HeaderClassName
{
color: #597CC1;
}
.AnyTagClassName
{
color: #597CC1;
}
</style>
background-color css
<style>
a { background-color: #597CC1; }
a { background-color: rgb(89,124,193); }
div.DivClassName
{
background-color: #597CC1;
}
.BgClassName
{
background-color: #597CC1;
}
</style>
border-color css
<style>
span { border-color: #597CC1; }
span { border-color: rgb(89,124,193); }
td.TdClassName
{
border-color: #597CC1;
}
.TagClassName
{
border-color: #597CC1;
}
</style>