Shades of Havelock Blue #577FDC
Tints of Havelock Blue #577FDC
RGB
CMYK
RGB Variations
Color information
#577FDC (or 0x577FDC) is known color: Havelock Blue. HEX triplet: 57, 7F and DC. RGB value is (87,127,220). Sum of RGB (Red+Green+Blue) = 87+127+220=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #577FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FDC is #A88023. Grayscale: #7D7D7D. Windows color (decimal): -11042852 or 14450519. OLE color: 14450519.
HSL color Cylindrical-coordinate representation of color #577FDC: hue angle of 221.95º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577FDC is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 127 | 220 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.14 |
| HSL | 221.95º | 0.66% | 0.6% | - |
| HSV(B) | 221.95º | 0.6% | 0.86% | - |
| XYZ | 24.44 | 22.37 | 70.74 | - |
| YUV | 125.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 220 | 0.60 | 0.42 | 0 | 0.14 | 221.95 | 0.66 | 0.6 |
| Hex | 57 | 7F | DC | 3C | 2A | 0 | E | DE | 42 | 3C |
| Octal | 127 | 177 | 334 | 74 | 52 | 0 | 16 | 336 | 102 | 74 |
| Binary | 1010111 | 1111111 | 11011100 | 111100 | 101010 | 0 | 1110 | 11011110 | 1000010 | 111100 |
Color Harmonies of #577FDC
Complementary color
Monochromatic Colors of #577FDC
Black with #577FDC
Text Example
Text Example
White with #577FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FDC; }
p { color: rgb(87,127,220); }
H1.HeaderClassName
{
color: #577FDC;
}
.AnyTagClassName
{
color: #577FDC;
}
</style>
background-color css
<style>
a { background-color: #577FDC; }
a { background-color: rgb(87,127,220); }
div.DivClassName
{
background-color: #577FDC;
}
.BgClassName
{
background-color: #577FDC;
}
</style>
border-color css
<style>
span { border-color: #577FDC; }
span { border-color: rgb(87,127,220); }
td.TdClassName
{
border-color: #577FDC;
}
.TagClassName
{
border-color: #577FDC;
}
</style>