Shades of Havelock Blue #577FDD
Tints of Havelock Blue #577FDD
RGB
CMYK
RGB Variations
Color information
#577FDD (or 0x577FDD) is known color: Havelock Blue. HEX triplet: 57, 7F and DD. RGB value is (87,127,221). Sum of RGB (Red+Green+Blue) = 87+127+221=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #577FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FDD is #A88022. Grayscale: #7D7D7D. Windows color (decimal): -11042851 or 14516055. OLE color: 14516055.
HSL color Cylindrical-coordinate representation of color #577FDD: hue angle of 222.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577FDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 127 | 221 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.13 |
| HSL | 222.09º | 0.66% | 0.6% | - |
| HSV(B) | 222.09º | 0.61% | 0.87% | - |
| XYZ | 24.57 | 22.43 | 71.44 | - |
| YUV | 125.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 221 | 0.61 | 0.43 | 0 | 0.13 | 222.09 | 0.66 | 0.6 |
| Hex | 57 | 7F | DD | 3D | 2B | 0 | D | DE | 42 | 3C |
| Octal | 127 | 177 | 335 | 75 | 53 | 0 | 15 | 336 | 102 | 74 |
| Binary | 1010111 | 1111111 | 11011101 | 111101 | 101011 | 0 | 1101 | 11011110 | 1000010 | 111100 |
Color Harmonies of #577FDD
Complementary color
Monochromatic Colors of #577FDD
Black with #577FDD
Text Example
Text Example
White with #577FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FDD; }
p { color: rgb(87,127,221); }
H1.HeaderClassName
{
color: #577FDD;
}
.AnyTagClassName
{
color: #577FDD;
}
</style>
background-color css
<style>
a { background-color: #577FDD; }
a { background-color: rgb(87,127,221); }
div.DivClassName
{
background-color: #577FDD;
}
.BgClassName
{
background-color: #577FDD;
}
</style>
border-color css
<style>
span { border-color: #577FDD; }
span { border-color: rgb(87,127,221); }
td.TdClassName
{
border-color: #577FDD;
}
.TagClassName
{
border-color: #577FDD;
}
</style>