Shades of Havelock Blue #577FC2
Tints of Havelock Blue #577FC2
RGB
CMYK
RGB Variations
Color information
#577FC2 (or 0x577FC2) is known color: Havelock Blue. HEX triplet: 57, 7F and C2. RGB value is (87,127,194). Sum of RGB (Red+Green+Blue) = 87+127+194=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #577FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FC2 is #A8803D. Grayscale: #7A7A7A. Windows color (decimal): -11042878 or 12746583. OLE color: 12746583.
HSL color Cylindrical-coordinate representation of color #577FC2: hue angle of 217.57º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #577FC2 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 127 | 194 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.24 |
| HSL | 217.57º | 0.47% | 0.55% | - |
| HSV(B) | 217.57º | 0.55% | 0.76% | - |
| XYZ | 21.26 | 21.1 | 53.99 | - |
| YUV | 122.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 194 | 0.55 | 0.35 | 0 | 0.24 | 217.57 | 0.47 | 0.55 |
| Hex | 57 | 7F | C2 | 37 | 23 | 0 | 18 | DA | 2F | 37 |
| Octal | 127 | 177 | 302 | 67 | 43 | 0 | 30 | 332 | 57 | 67 |
| Binary | 1010111 | 1111111 | 11000010 | 110111 | 100011 | 0 | 11000 | 11011010 | 101111 | 110111 |
Color Harmonies of #577FC2
Complementary color
Monochromatic Colors of #577FC2
Black with #577FC2
Text Example
Text Example
White with #577FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577FC2; }
p { color: rgb(87,127,194); }
H1.HeaderClassName
{
color: #577FC2;
}
.AnyTagClassName
{
color: #577FC2;
}
</style>
background-color css
<style>
a { background-color: #577FC2; }
a { background-color: rgb(87,127,194); }
div.DivClassName
{
background-color: #577FC2;
}
.BgClassName
{
background-color: #577FC2;
}
</style>
border-color css
<style>
span { border-color: #577FC2; }
span { border-color: rgb(87,127,194); }
td.TdClassName
{
border-color: #577FC2;
}
.TagClassName
{
border-color: #577FC2;
}
</style>