Shades of Havelock Blue #577BC0
Tints of Havelock Blue #577BC0
RGB
CMYK
RGB Variations
Color information
#577BC0 (or 0x577BC0) is known color: Havelock Blue. HEX triplet: 57, 7B and C0. RGB value is (87,123,192). Sum of RGB (Red+Green+Blue) = 87+123+192=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #577BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BC0 is #A8843F. Grayscale: #777777. Windows color (decimal): -11043904 or 12614487. OLE color: 12614487.
HSL color Cylindrical-coordinate representation of color #577BC0: hue angle of 219.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #577BC0 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 123 | 192 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.25 |
| HSL | 219.43º | 0.45% | 0.55% | - |
| HSV(B) | 219.43º | 0.55% | 0.75% | - |
| XYZ | 20.53 | 20 | 52.65 | - |
| YUV | 120.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 192 | 0.55 | 0.36 | 0 | 0.25 | 219.43 | 0.45 | 0.55 |
| Hex | 57 | 7B | C0 | 37 | 24 | 0 | 19 | DB | 2D | 37 |
| Octal | 127 | 173 | 300 | 67 | 44 | 0 | 31 | 333 | 55 | 67 |
| Binary | 1010111 | 1111011 | 11000000 | 110111 | 100100 | 0 | 11001 | 11011011 | 101101 | 110111 |
Color Harmonies of #577BC0
Complementary color
Monochromatic Colors of #577BC0
Black with #577BC0
Text Example
Text Example
White with #577BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BC0; }
p { color: rgb(87,123,192); }
H1.HeaderClassName
{
color: #577BC0;
}
.AnyTagClassName
{
color: #577BC0;
}
</style>
background-color css
<style>
a { background-color: #577BC0; }
a { background-color: rgb(87,123,192); }
div.DivClassName
{
background-color: #577BC0;
}
.BgClassName
{
background-color: #577BC0;
}
</style>
border-color css
<style>
span { border-color: #577BC0; }
span { border-color: rgb(87,123,192); }
td.TdClassName
{
border-color: #577BC0;
}
.TagClassName
{
border-color: #577BC0;
}
</style>