Shades of Havelock Blue #557CC8
Tints of Havelock Blue #557CC8
RGB
CMYK
RGB Variations
Color information
#557CC8 (or 0x557CC8) is known color: Havelock Blue. HEX triplet: 55, 7C and C8. RGB value is (85,124,200). Sum of RGB (Red+Green+Blue) = 85+124+200=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #557CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CC8 is #AA8337. Grayscale: #787878. Windows color (decimal): -11174712 or 13139029. OLE color: 13139029.
HSL color Cylindrical-coordinate representation of color #557CC8: hue angle of 219.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557CC8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 124 | 200 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.22 |
| HSL | 219.65º | 0.51% | 0.56% | - |
| HSV(B) | 219.65º | 0.58% | 0.78% | - |
| XYZ | 21.38 | 20.52 | 57.48 | - |
| YUV | 121 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 200 | 0.58 | 0.38 | 0 | 0.22 | 219.65 | 0.51 | 0.56 |
| Hex | 55 | 7C | C8 | 3A | 26 | 0 | 16 | DC | 33 | 38 |
| Octal | 125 | 174 | 310 | 72 | 46 | 0 | 26 | 334 | 63 | 70 |
| Binary | 1010101 | 1111100 | 11001000 | 111010 | 100110 | 0 | 10110 | 11011100 | 110011 | 111000 |
Color Harmonies of #557CC8
Complementary color
Monochromatic Colors of #557CC8
Black with #557CC8
Text Example
Text Example
White with #557CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CC8; }
p { color: rgb(85,124,200); }
H1.HeaderClassName
{
color: #557CC8;
}
.AnyTagClassName
{
color: #557CC8;
}
</style>
background-color css
<style>
a { background-color: #557CC8; }
a { background-color: rgb(85,124,200); }
div.DivClassName
{
background-color: #557CC8;
}
.BgClassName
{
background-color: #557CC8;
}
</style>
border-color css
<style>
span { border-color: #557CC8; }
span { border-color: rgb(85,124,200); }
td.TdClassName
{
border-color: #557CC8;
}
.TagClassName
{
border-color: #557CC8;
}
</style>