Shades of Havelock Blue #577DB7
Tints of Havelock Blue #577DB7
RGB
CMYK
RGB Variations
Color information
#577DB7 (or 0x577DB7) is known color: Havelock Blue. HEX triplet: 57, 7D and B7. RGB value is (87,125,183). Sum of RGB (Red+Green+Blue) = 87+125+183=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #577DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DB7 is #A88248. Grayscale: #777777. Windows color (decimal): -11043401 or 12025175. OLE color: 12025175.
HSL color Cylindrical-coordinate representation of color #577DB7: hue angle of 216.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577DB7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 125 | 183 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.28 |
| HSL | 216.25º | 0.4% | 0.53% | - |
| HSV(B) | 216.25º | 0.52% | 0.72% | - |
| XYZ | 19.81 | 20.11 | 47.64 | - |
| YUV | 120.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 183 | 0.52 | 0.32 | 0 | 0.28 | 216.25 | 0.4 | 0.53 |
| Hex | 57 | 7D | B7 | 34 | 20 | 0 | 1C | D8 | 28 | 35 |
| Octal | 127 | 175 | 267 | 64 | 40 | 0 | 34 | 330 | 50 | 65 |
| Binary | 1010111 | 1111101 | 10110111 | 110100 | 100000 | 0 | 11100 | 11011000 | 101000 | 110101 |
Color Harmonies of #577DB7
Complementary color
Monochromatic Colors of #577DB7
Black with #577DB7
Text Example
Text Example
White with #577DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DB7; }
p { color: rgb(87,125,183); }
H1.HeaderClassName
{
color: #577DB7;
}
.AnyTagClassName
{
color: #577DB7;
}
</style>
background-color css
<style>
a { background-color: #577DB7; }
a { background-color: rgb(87,125,183); }
div.DivClassName
{
background-color: #577DB7;
}
.BgClassName
{
background-color: #577DB7;
}
</style>
border-color css
<style>
span { border-color: #577DB7; }
span { border-color: rgb(87,125,183); }
td.TdClassName
{
border-color: #577DB7;
}
.TagClassName
{
border-color: #577DB7;
}
</style>