Shades of Havelock Blue #557CC5
Tints of Havelock Blue #557CC5
RGB
CMYK
RGB Variations
Color information
#557CC5 (or 0x557CC5) is known color: Havelock Blue. HEX triplet: 55, 7C and C5. RGB value is (85,124,197). Sum of RGB (Red+Green+Blue) = 85+124+197=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #557CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CC5 is #AA833A. Grayscale: #787878. Windows color (decimal): -11174715 or 12942421. OLE color: 12942421.
HSL color Cylindrical-coordinate representation of color #557CC5: hue angle of 219.11º 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 #557CC5 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 124 | 197 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.23 |
| HSL | 219.11º | 0.49% | 0.55% | - |
| HSV(B) | 219.11º | 0.57% | 0.77% | - |
| XYZ | 21.03 | 20.38 | 55.65 | - |
| YUV | 120.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 197 | 0.57 | 0.37 | 0 | 0.23 | 219.11 | 0.49 | 0.55 |
| Hex | 55 | 7C | C5 | 39 | 25 | 0 | 17 | DB | 31 | 37 |
| Octal | 125 | 174 | 305 | 71 | 45 | 0 | 27 | 333 | 61 | 67 |
| Binary | 1010101 | 1111100 | 11000101 | 111001 | 100101 | 0 | 10111 | 11011011 | 110001 | 110111 |
Color Harmonies of #557CC5
Complementary color
Monochromatic Colors of #557CC5
Black with #557CC5
Text Example
Text Example
White with #557CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CC5; }
p { color: rgb(85,124,197); }
H1.HeaderClassName
{
color: #557CC5;
}
.AnyTagClassName
{
color: #557CC5;
}
</style>
background-color css
<style>
a { background-color: #557CC5; }
a { background-color: rgb(85,124,197); }
div.DivClassName
{
background-color: #557CC5;
}
.BgClassName
{
background-color: #557CC5;
}
</style>
border-color css
<style>
span { border-color: #557CC5; }
span { border-color: rgb(85,124,197); }
td.TdClassName
{
border-color: #557CC5;
}
.TagClassName
{
border-color: #557CC5;
}
</style>