Shades of Havelock Blue #557BD6
Tints of Havelock Blue #557BD6
RGB
CMYK
RGB Variations
Color information
#557BD6 (or 0x557BD6) is known color: Havelock Blue. HEX triplet: 55, 7B and D6. RGB value is (85,123,214). Sum of RGB (Red+Green+Blue) = 85+123+214=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #557BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BD6 is #AA8429. Grayscale: #797979. Windows color (decimal): -11174954 or 14056277. OLE color: 14056277.
HSL color Cylindrical-coordinate representation of color #557BD6: hue angle of 222.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557BD6 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 123 | 214 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.16 |
| HSL | 222.33º | 0.61% | 0.59% | - |
| HSV(B) | 222.33º | 0.6% | 0.84% | - |
| XYZ | 22.97 | 20.95 | 66.45 | - |
| YUV | 122.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 214 | 0.60 | 0.43 | 0 | 0.16 | 222.33 | 0.61 | 0.59 |
| Hex | 55 | 7B | D6 | 3C | 2B | 0 | 10 | DE | 3D | 3B |
| Octal | 125 | 173 | 326 | 74 | 53 | 0 | 20 | 336 | 75 | 73 |
| Binary | 1010101 | 1111011 | 11010110 | 111100 | 101011 | 0 | 10000 | 11011110 | 111101 | 111011 |
Color Harmonies of #557BD6
Complementary color
Monochromatic Colors of #557BD6
Black with #557BD6
Text Example
Text Example
White with #557BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BD6; }
p { color: rgb(85,123,214); }
H1.HeaderClassName
{
color: #557BD6;
}
.AnyTagClassName
{
color: #557BD6;
}
</style>
background-color css
<style>
a { background-color: #557BD6; }
a { background-color: rgb(85,123,214); }
div.DivClassName
{
background-color: #557BD6;
}
.BgClassName
{
background-color: #557BD6;
}
</style>
border-color css
<style>
span { border-color: #557BD6; }
span { border-color: rgb(85,123,214); }
td.TdClassName
{
border-color: #557BD6;
}
.TagClassName
{
border-color: #557BD6;
}
</style>