Shades of Havelock Blue #577BC9
Tints of Havelock Blue #577BC9
RGB
CMYK
RGB Variations
Color information
#577BC9 (or 0x577BC9) is known color: Havelock Blue. HEX triplet: 57, 7B and C9. RGB value is (87,123,201). Sum of RGB (Red+Green+Blue) = 87+123+201=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #577BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BC9 is #A88436. Grayscale: #787878. Windows color (decimal): -11043895 or 13204311. OLE color: 13204311.
HSL color Cylindrical-coordinate representation of color #577BC9: hue angle of 221.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #577BC9 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 123 | 201 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.21 |
| HSL | 221.05º | 0.51% | 0.56% | - |
| HSV(B) | 221.05º | 0.57% | 0.79% | - |
| XYZ | 21.56 | 20.41 | 58.06 | - |
| YUV | 121.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 201 | 0.57 | 0.39 | 0 | 0.21 | 221.05 | 0.51 | 0.56 |
| Hex | 57 | 7B | C9 | 39 | 27 | 0 | 15 | DD | 33 | 38 |
| Octal | 127 | 173 | 311 | 71 | 47 | 0 | 25 | 335 | 63 | 70 |
| Binary | 1010111 | 1111011 | 11001001 | 111001 | 100111 | 0 | 10101 | 11011101 | 110011 | 111000 |
Color Harmonies of #577BC9
Complementary color
Monochromatic Colors of #577BC9
Black with #577BC9
Text Example
Text Example
White with #577BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BC9; }
p { color: rgb(87,123,201); }
H1.HeaderClassName
{
color: #577BC9;
}
.AnyTagClassName
{
color: #577BC9;
}
</style>
background-color css
<style>
a { background-color: #577BC9; }
a { background-color: rgb(87,123,201); }
div.DivClassName
{
background-color: #577BC9;
}
.BgClassName
{
background-color: #577BC9;
}
</style>
border-color css
<style>
span { border-color: #577BC9; }
span { border-color: rgb(87,123,201); }
td.TdClassName
{
border-color: #577BC9;
}
.TagClassName
{
border-color: #577BC9;
}
</style>