Shades of Havelock Blue #577BBE
Tints of Havelock Blue #577BBE
RGB
CMYK
RGB Variations
Color information
#577BBE (or 0x577BBE) is known color: Havelock Blue. HEX triplet: 57, 7B and BE. RGB value is (87,123,190). Sum of RGB (Red+Green+Blue) = 87+123+190=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #577BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BBE is #A88441. Grayscale: #777777. Windows color (decimal): -11043906 or 12483415. OLE color: 12483415.
HSL color Cylindrical-coordinate representation of color #577BBE: hue angle of 219.03º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577BBE is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 123 | 190 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.25 |
| HSL | 219.03º | 0.44% | 0.54% | - |
| HSV(B) | 219.03º | 0.54% | 0.75% | - |
| XYZ | 20.31 | 19.91 | 51.49 | - |
| YUV | 119.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 190 | 0.54 | 0.35 | 0 | 0.25 | 219.03 | 0.44 | 0.54 |
| Hex | 57 | 7B | BE | 36 | 23 | 0 | 19 | DB | 2C | 36 |
| Octal | 127 | 173 | 276 | 66 | 43 | 0 | 31 | 333 | 54 | 66 |
| Binary | 1010111 | 1111011 | 10111110 | 110110 | 100011 | 0 | 11001 | 11011011 | 101100 | 110110 |
Color Harmonies of #577BBE
Complementary color
Monochromatic Colors of #577BBE
Black with #577BBE
Text Example
Text Example
White with #577BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BBE; }
p { color: rgb(87,123,190); }
H1.HeaderClassName
{
color: #577BBE;
}
.AnyTagClassName
{
color: #577BBE;
}
</style>
background-color css
<style>
a { background-color: #577BBE; }
a { background-color: rgb(87,123,190); }
div.DivClassName
{
background-color: #577BBE;
}
.BgClassName
{
background-color: #577BBE;
}
</style>
border-color css
<style>
span { border-color: #577BBE; }
span { border-color: rgb(87,123,190); }
td.TdClassName
{
border-color: #577BBE;
}
.TagClassName
{
border-color: #577BBE;
}
</style>