Shades of Havelock Blue #577BCF
Tints of Havelock Blue #577BCF
RGB
CMYK
RGB Variations
Color information
#577BCF (or 0x577BCF) is known color: Havelock Blue. HEX triplet: 57, 7B and CF. RGB value is (87,123,207). Sum of RGB (Red+Green+Blue) = 87+123+207=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #577BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BCF is #A88430. Grayscale: #797979. Windows color (decimal): -11043889 or 13597527. OLE color: 13597527.
HSL color Cylindrical-coordinate representation of color #577BCF: hue angle of 222º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577BCF is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 123 | 207 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.19 |
| HSL | 222º | 0.56% | 0.58% | - |
| HSV(B) | 222º | 0.58% | 0.81% | - |
| XYZ | 22.28 | 20.7 | 61.85 | - |
| YUV | 121.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 207 | 0.58 | 0.41 | 0 | 0.19 | 222 | 0.56 | 0.58 |
| Hex | 57 | 7B | CF | 3A | 29 | 0 | 13 | DE | 38 | 3A |
| Octal | 127 | 173 | 317 | 72 | 51 | 0 | 23 | 336 | 70 | 72 |
| Binary | 1010111 | 1111011 | 11001111 | 111010 | 101001 | 0 | 10011 | 11011110 | 111000 | 111010 |
Color Harmonies of #577BCF
Complementary color
Monochromatic Colors of #577BCF
Black with #577BCF
Text Example
Text Example
White with #577BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BCF; }
p { color: rgb(87,123,207); }
H1.HeaderClassName
{
color: #577BCF;
}
.AnyTagClassName
{
color: #577BCF;
}
</style>
background-color css
<style>
a { background-color: #577BCF; }
a { background-color: rgb(87,123,207); }
div.DivClassName
{
background-color: #577BCF;
}
.BgClassName
{
background-color: #577BCF;
}
</style>
border-color css
<style>
span { border-color: #577BCF; }
span { border-color: rgb(87,123,207); }
td.TdClassName
{
border-color: #577BCF;
}
.TagClassName
{
border-color: #577BCF;
}
</style>