Shades of Havelock Blue #577DCE
Tints of Havelock Blue #577DCE
RGB
CMYK
RGB Variations
Color information
#577DCE (or 0x577DCE) is known color: Havelock Blue. HEX triplet: 57, 7D and CE. RGB value is (87,125,206). Sum of RGB (Red+Green+Blue) = 87+125+206=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #577DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DCE is #A88231. Grayscale: #7A7A7A. Windows color (decimal): -11043378 or 13532503. OLE color: 13532503.
HSL color Cylindrical-coordinate representation of color #577DCE: hue angle of 220.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577DCE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 125 | 206 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.19 |
| HSL | 220.84º | 0.55% | 0.57% | - |
| HSV(B) | 220.84º | 0.58% | 0.81% | - |
| XYZ | 22.4 | 21.15 | 61.29 | - |
| YUV | 122.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 206 | 0.58 | 0.39 | 0 | 0.19 | 220.84 | 0.55 | 0.57 |
| Hex | 57 | 7D | CE | 3A | 27 | 0 | 13 | DD | 37 | 39 |
| Octal | 127 | 175 | 316 | 72 | 47 | 0 | 23 | 335 | 67 | 71 |
| Binary | 1010111 | 1111101 | 11001110 | 111010 | 100111 | 0 | 10011 | 11011101 | 110111 | 111001 |
Color Harmonies of #577DCE
Complementary color
Monochromatic Colors of #577DCE
Black with #577DCE
Text Example
Text Example
White with #577DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DCE; }
p { color: rgb(87,125,206); }
H1.HeaderClassName
{
color: #577DCE;
}
.AnyTagClassName
{
color: #577DCE;
}
</style>
background-color css
<style>
a { background-color: #577DCE; }
a { background-color: rgb(87,125,206); }
div.DivClassName
{
background-color: #577DCE;
}
.BgClassName
{
background-color: #577DCE;
}
</style>
border-color css
<style>
span { border-color: #577DCE; }
span { border-color: rgb(87,125,206); }
td.TdClassName
{
border-color: #577DCE;
}
.TagClassName
{
border-color: #577DCE;
}
</style>