Shades of Havelock Blue #5370C9
Tints of Havelock Blue #5370C9
RGB
CMYK
RGB Variations
Color information
#5370C9 (or 0x5370C9) is known color: Havelock Blue. HEX triplet: 53, 70 and C9. RGB value is (83,112,201). Sum of RGB (Red+Green+Blue) = 83+112+201=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #5370C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370C9 is #AC8F36. Grayscale: #717171. Windows color (decimal): -11308855 or 13201491. OLE color: 13201491.
HSL color Cylindrical-coordinate representation of color #5370C9: hue angle of 225.25º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5370C9 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 112 | 201 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.21 |
| HSL | 225.25º | 0.52% | 0.56% | - |
| HSV(B) | 225.25º | 0.59% | 0.79% | - |
| XYZ | 19.9 | 17.64 | 57.61 | - |
| YUV | 113.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 201 | 0.59 | 0.44 | 0 | 0.21 | 225.25 | 0.52 | 0.56 |
| Hex | 53 | 70 | C9 | 3B | 2C | 0 | 15 | E1 | 34 | 38 |
| Octal | 123 | 160 | 311 | 73 | 54 | 0 | 25 | 341 | 64 | 70 |
| Binary | 1010011 | 1110000 | 11001001 | 111011 | 101100 | 0 | 10101 | 11100001 | 110100 | 111000 |
Color Harmonies of #5370C9
Complementary color
Monochromatic Colors of #5370C9
Black with #5370C9
Text Example
Text Example
White with #5370C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370C9; }
p { color: rgb(83,112,201); }
H1.HeaderClassName
{
color: #5370C9;
}
.AnyTagClassName
{
color: #5370C9;
}
</style>
background-color css
<style>
a { background-color: #5370C9; }
a { background-color: rgb(83,112,201); }
div.DivClassName
{
background-color: #5370C9;
}
.BgClassName
{
background-color: #5370C9;
}
</style>
border-color css
<style>
span { border-color: #5370C9; }
span { border-color: rgb(83,112,201); }
td.TdClassName
{
border-color: #5370C9;
}
.TagClassName
{
border-color: #5370C9;
}
</style>