Shades of Havelock Blue #557DC5
Tints of Havelock Blue #557DC5
RGB
CMYK
RGB Variations
Color information
#557DC5 (or 0x557DC5) is known color: Havelock Blue. HEX triplet: 55, 7D and C5. RGB value is (85,125,197). Sum of RGB (Red+Green+Blue) = 85+125+197=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #557DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DC5 is #AA823A. Grayscale: #787878. Windows color (decimal): -11174459 or 12942677. OLE color: 12942677.
HSL color Cylindrical-coordinate representation of color #557DC5: hue angle of 218.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557DC5 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 125 | 197 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.23 |
| HSL | 218.57º | 0.49% | 0.55% | - |
| HSV(B) | 218.57º | 0.57% | 0.77% | - |
| XYZ | 21.16 | 20.63 | 55.69 | - |
| YUV | 121.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 197 | 0.57 | 0.37 | 0 | 0.23 | 218.57 | 0.49 | 0.55 |
| Hex | 55 | 7D | C5 | 39 | 25 | 0 | 17 | DB | 31 | 37 |
| Octal | 125 | 175 | 305 | 71 | 45 | 0 | 27 | 333 | 61 | 67 |
| Binary | 1010101 | 1111101 | 11000101 | 111001 | 100101 | 0 | 10111 | 11011011 | 110001 | 110111 |
Color Harmonies of #557DC5
Complementary color
Monochromatic Colors of #557DC5
Black with #557DC5
Text Example
Text Example
White with #557DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DC5; }
p { color: rgb(85,125,197); }
H1.HeaderClassName
{
color: #557DC5;
}
.AnyTagClassName
{
color: #557DC5;
}
</style>
background-color css
<style>
a { background-color: #557DC5; }
a { background-color: rgb(85,125,197); }
div.DivClassName
{
background-color: #557DC5;
}
.BgClassName
{
background-color: #557DC5;
}
</style>
border-color css
<style>
span { border-color: #557DC5; }
span { border-color: rgb(85,125,197); }
td.TdClassName
{
border-color: #557DC5;
}
.TagClassName
{
border-color: #557DC5;
}
</style>