Shades of Havelock Blue #5770CD
Tints of Havelock Blue #5770CD
RGB
CMYK
RGB Variations
Color information
#5770CD (or 0x5770CD) is known color: Havelock Blue. HEX triplet: 57, 70 and CD. RGB value is (87,112,205). Sum of RGB (Red+Green+Blue) = 87+112+205=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #5770CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770CD is #A88F32. Grayscale: #727272. Windows color (decimal): -11046707 or 13463639. OLE color: 13463639.
HSL color Cylindrical-coordinate representation of color #5770CD: hue angle of 227.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5770CD is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 112 | 205 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.20 |
| HSL | 227.29º | 0.54% | 0.57% | - |
| HSV(B) | 227.29º | 0.58% | 0.8% | - |
| XYZ | 20.74 | 18.02 | 60.14 | - |
| YUV | 115.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 205 | 0.58 | 0.45 | 0 | 0.20 | 227.29 | 0.54 | 0.57 |
| Hex | 57 | 70 | CD | 3A | 2D | 0 | 14 | E3 | 36 | 39 |
| Octal | 127 | 160 | 315 | 72 | 55 | 0 | 24 | 343 | 66 | 71 |
| Binary | 1010111 | 1110000 | 11001101 | 111010 | 101101 | 0 | 10100 | 11100011 | 110110 | 111001 |
Color Harmonies of #5770CD
Complementary color
Monochromatic Colors of #5770CD
Black with #5770CD
Text Example
Text Example
White with #5770CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770CD; }
p { color: rgb(87,112,205); }
H1.HeaderClassName
{
color: #5770CD;
}
.AnyTagClassName
{
color: #5770CD;
}
</style>
background-color css
<style>
a { background-color: #5770CD; }
a { background-color: rgb(87,112,205); }
div.DivClassName
{
background-color: #5770CD;
}
.BgClassName
{
background-color: #5770CD;
}
</style>
border-color css
<style>
span { border-color: #5770CD; }
span { border-color: rgb(87,112,205); }
td.TdClassName
{
border-color: #5770CD;
}
.TagClassName
{
border-color: #5770CD;
}
</style>