Shades of Havelock Blue #5772CA
Tints of Havelock Blue #5772CA
RGB
CMYK
RGB Variations
Color information
#5772CA (or 0x5772CA) is known color: Havelock Blue. HEX triplet: 57, 72 and CA. RGB value is (87,114,202). Sum of RGB (Red+Green+Blue) = 87+114+202=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5772CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772CA is #A88D35. Grayscale: #737373. Windows color (decimal): -11046198 or 13267543. OLE color: 13267543.
HSL color Cylindrical-coordinate representation of color #5772CA: hue angle of 225.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5772CA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 114 | 202 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.21 |
| HSL | 225.91º | 0.52% | 0.57% | - |
| HSV(B) | 225.91º | 0.57% | 0.79% | - |
| XYZ | 20.61 | 18.33 | 58.33 | - |
| YUV | 115.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 202 | 0.57 | 0.44 | 0 | 0.21 | 225.91 | 0.52 | 0.57 |
| Hex | 57 | 72 | CA | 39 | 2C | 0 | 15 | E2 | 34 | 39 |
| Octal | 127 | 162 | 312 | 71 | 54 | 0 | 25 | 342 | 64 | 71 |
| Binary | 1010111 | 1110010 | 11001010 | 111001 | 101100 | 0 | 10101 | 11100010 | 110100 | 111001 |
Color Harmonies of #5772CA
Complementary color
Monochromatic Colors of #5772CA
Black with #5772CA
Text Example
Text Example
White with #5772CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5772CA; }
p { color: rgb(87,114,202); }
H1.HeaderClassName
{
color: #5772CA;
}
.AnyTagClassName
{
color: #5772CA;
}
</style>
background-color css
<style>
a { background-color: #5772CA; }
a { background-color: rgb(87,114,202); }
div.DivClassName
{
background-color: #5772CA;
}
.BgClassName
{
background-color: #5772CA;
}
</style>
border-color css
<style>
span { border-color: #5772CA; }
span { border-color: rgb(87,114,202); }
td.TdClassName
{
border-color: #5772CA;
}
.TagClassName
{
border-color: #5772CA;
}
</style>