Shades of Havelock Blue #557CC3
Tints of Havelock Blue #557CC3
RGB
CMYK
RGB Variations
Color information
#557CC3 (or 0x557CC3) is known color: Havelock Blue. HEX triplet: 55, 7C and C3. RGB value is (85,124,195). Sum of RGB (Red+Green+Blue) = 85+124+195=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #557CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CC3 is #AA833C. Grayscale: #787878. Windows color (decimal): -11174717 or 12811349. OLE color: 12811349.
HSL color Cylindrical-coordinate representation of color #557CC3: hue angle of 218.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557CC3 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 124 | 195 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.24 |
| HSL | 218.73º | 0.48% | 0.55% | - |
| HSV(B) | 218.73º | 0.56% | 0.76% | - |
| XYZ | 20.8 | 20.29 | 54.45 | - |
| YUV | 120.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 195 | 0.56 | 0.36 | 0 | 0.24 | 218.73 | 0.48 | 0.55 |
| Hex | 55 | 7C | C3 | 38 | 24 | 0 | 18 | DB | 30 | 37 |
| Octal | 125 | 174 | 303 | 70 | 44 | 0 | 30 | 333 | 60 | 67 |
| Binary | 1010101 | 1111100 | 11000011 | 111000 | 100100 | 0 | 11000 | 11011011 | 110000 | 110111 |
Color Harmonies of #557CC3
Complementary color
Monochromatic Colors of #557CC3
Black with #557CC3
Text Example
Text Example
White with #557CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CC3; }
p { color: rgb(85,124,195); }
H1.HeaderClassName
{
color: #557CC3;
}
.AnyTagClassName
{
color: #557CC3;
}
</style>
background-color css
<style>
a { background-color: #557CC3; }
a { background-color: rgb(85,124,195); }
div.DivClassName
{
background-color: #557CC3;
}
.BgClassName
{
background-color: #557CC3;
}
</style>
border-color css
<style>
span { border-color: #557CC3; }
span { border-color: rgb(85,124,195); }
td.TdClassName
{
border-color: #557CC3;
}
.TagClassName
{
border-color: #557CC3;
}
</style>