Shades of Havelock Blue #577BBD
Tints of Havelock Blue #577BBD
RGB
CMYK
RGB Variations
Color information
#577BBD (or 0x577BBD) is known color: Havelock Blue. HEX triplet: 57, 7B and BD. RGB value is (87,123,189). Sum of RGB (Red+Green+Blue) = 87+123+189=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #577BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BBD is #A88442. Grayscale: #777777. Windows color (decimal): -11043907 or 12417879. OLE color: 12417879.
HSL color Cylindrical-coordinate representation of color #577BBD: hue angle of 218.82º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577BBD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 123 | 189 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.26 |
| HSL | 218.82º | 0.44% | 0.54% | - |
| HSV(B) | 218.82º | 0.54% | 0.74% | - |
| XYZ | 20.2 | 19.87 | 50.91 | - |
| YUV | 119.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 189 | 0.54 | 0.35 | 0 | 0.26 | 218.82 | 0.44 | 0.54 |
| Hex | 57 | 7B | BD | 36 | 23 | 0 | 1A | DB | 2C | 36 |
| Octal | 127 | 173 | 275 | 66 | 43 | 0 | 32 | 333 | 54 | 66 |
| Binary | 1010111 | 1111011 | 10111101 | 110110 | 100011 | 0 | 11010 | 11011011 | 101100 | 110110 |
Color Harmonies of #577BBD
Complementary color
Monochromatic Colors of #577BBD
Black with #577BBD
Text Example
Text Example
White with #577BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BBD; }
p { color: rgb(87,123,189); }
H1.HeaderClassName
{
color: #577BBD;
}
.AnyTagClassName
{
color: #577BBD;
}
</style>
background-color css
<style>
a { background-color: #577BBD; }
a { background-color: rgb(87,123,189); }
div.DivClassName
{
background-color: #577BBD;
}
.BgClassName
{
background-color: #577BBD;
}
</style>
border-color css
<style>
span { border-color: #577BBD; }
span { border-color: rgb(87,123,189); }
td.TdClassName
{
border-color: #577BBD;
}
.TagClassName
{
border-color: #577BBD;
}
</style>