Shades of Havelock Blue #577DB5
Tints of Havelock Blue #577DB5
RGB
CMYK
RGB Variations
Color information
#577DB5 (or 0x577DB5) is known color: Havelock Blue. HEX triplet: 57, 7D and B5. RGB value is (87,125,181). Sum of RGB (Red+Green+Blue) = 87+125+181=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #577DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DB5 is #A8824A. Grayscale: #777777. Windows color (decimal): -11043403 or 11894103. OLE color: 11894103.
HSL color Cylindrical-coordinate representation of color #577DB5: hue angle of 215.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577DB5 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 125 | 181 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.29 |
| HSL | 215.74º | 0.39% | 0.53% | - |
| HSV(B) | 215.74º | 0.52% | 0.71% | - |
| XYZ | 19.6 | 20.03 | 46.55 | - |
| YUV | 120.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 181 | 0.52 | 0.31 | 0 | 0.29 | 215.74 | 0.39 | 0.53 |
| Hex | 57 | 7D | B5 | 34 | 1F | 0 | 1D | D8 | 27 | 35 |
| Octal | 127 | 175 | 265 | 64 | 37 | 0 | 35 | 330 | 47 | 65 |
| Binary | 1010111 | 1111101 | 10110101 | 110100 | 11111 | 0 | 11101 | 11011000 | 100111 | 110101 |
Color Harmonies of #577DB5
Complementary color
Monochromatic Colors of #577DB5
Black with #577DB5
Text Example
Text Example
White with #577DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DB5; }
p { color: rgb(87,125,181); }
H1.HeaderClassName
{
color: #577DB5;
}
.AnyTagClassName
{
color: #577DB5;
}
</style>
background-color css
<style>
a { background-color: #577DB5; }
a { background-color: rgb(87,125,181); }
div.DivClassName
{
background-color: #577DB5;
}
.BgClassName
{
background-color: #577DB5;
}
</style>
border-color css
<style>
span { border-color: #577DB5; }
span { border-color: rgb(87,125,181); }
td.TdClassName
{
border-color: #577DB5;
}
.TagClassName
{
border-color: #577DB5;
}
</style>