Shades of Havelock Blue #557DCE
Tints of Havelock Blue #557DCE
RGB
CMYK
RGB Variations
Color information
#557DCE (or 0x557DCE) is known color: Havelock Blue. HEX triplet: 55, 7D and CE. RGB value is (85,125,206). Sum of RGB (Red+Green+Blue) = 85+125+206=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #557DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DCE is #AA8231. Grayscale: #797979. Windows color (decimal): -11174450 or 13532501. OLE color: 13532501.
HSL color Cylindrical-coordinate representation of color #557DCE: hue angle of 220.17º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557DCE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 125 | 206 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.19 |
| HSL | 220.17º | 0.55% | 0.57% | - |
| HSV(B) | 220.17º | 0.59% | 0.81% | - |
| XYZ | 22.22 | 21.05 | 61.29 | - |
| YUV | 122.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 206 | 0.59 | 0.39 | 0 | 0.19 | 220.17 | 0.55 | 0.57 |
| Hex | 55 | 7D | CE | 3B | 27 | 0 | 13 | DC | 37 | 39 |
| Octal | 125 | 175 | 316 | 73 | 47 | 0 | 23 | 334 | 67 | 71 |
| Binary | 1010101 | 1111101 | 11001110 | 111011 | 100111 | 0 | 10011 | 11011100 | 110111 | 111001 |
Color Harmonies of #557DCE
Complementary color
Monochromatic Colors of #557DCE
Black with #557DCE
Text Example
Text Example
White with #557DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DCE; }
p { color: rgb(85,125,206); }
H1.HeaderClassName
{
color: #557DCE;
}
.AnyTagClassName
{
color: #557DCE;
}
</style>
background-color css
<style>
a { background-color: #557DCE; }
a { background-color: rgb(85,125,206); }
div.DivClassName
{
background-color: #557DCE;
}
.BgClassName
{
background-color: #557DCE;
}
</style>
border-color css
<style>
span { border-color: #557DCE; }
span { border-color: rgb(85,125,206); }
td.TdClassName
{
border-color: #557DCE;
}
.TagClassName
{
border-color: #557DCE;
}
</style>