Shades of Havelock Blue #577DB8
Tints of Havelock Blue #577DB8
RGB
CMYK
RGB Variations
Color information
#577DB8 (or 0x577DB8) is known color: Havelock Blue. HEX triplet: 57, 7D and B8. RGB value is (87,125,184). Sum of RGB (Red+Green+Blue) = 87+125+184=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #577DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DB8 is #A88247. Grayscale: #787878. Windows color (decimal): -11043400 or 12090711. OLE color: 12090711.
HSL color Cylindrical-coordinate representation of color #577DB8: hue angle of 216.49º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577DB8 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 125 | 184 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.28 |
| HSL | 216.49º | 0.41% | 0.53% | - |
| HSV(B) | 216.49º | 0.53% | 0.72% | - |
| XYZ | 19.92 | 20.15 | 48.19 | - |
| YUV | 120.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 184 | 0.53 | 0.32 | 0 | 0.28 | 216.49 | 0.41 | 0.53 |
| Hex | 57 | 7D | B8 | 35 | 20 | 0 | 1C | D8 | 29 | 35 |
| Octal | 127 | 175 | 270 | 65 | 40 | 0 | 34 | 330 | 51 | 65 |
| Binary | 1010111 | 1111101 | 10111000 | 110101 | 100000 | 0 | 11100 | 11011000 | 101001 | 110101 |
Color Harmonies of #577DB8
Complementary color
Monochromatic Colors of #577DB8
Black with #577DB8
Text Example
Text Example
White with #577DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DB8; }
p { color: rgb(87,125,184); }
H1.HeaderClassName
{
color: #577DB8;
}
.AnyTagClassName
{
color: #577DB8;
}
</style>
background-color css
<style>
a { background-color: #577DB8; }
a { background-color: rgb(87,125,184); }
div.DivClassName
{
background-color: #577DB8;
}
.BgClassName
{
background-color: #577DB8;
}
</style>
border-color css
<style>
span { border-color: #577DB8; }
span { border-color: rgb(87,125,184); }
td.TdClassName
{
border-color: #577DB8;
}
.TagClassName
{
border-color: #577DB8;
}
</style>