Shades of Havelock Blue #557FCA
Tints of Havelock Blue #557FCA
RGB
CMYK
RGB Variations
Color information
#557FCA (or 0x557FCA) is known color: Havelock Blue. HEX triplet: 55, 7F and CA. RGB value is (85,127,202). Sum of RGB (Red+Green+Blue) = 85+127+202=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #557FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FCA is #AA8035. Grayscale: #7A7A7A. Windows color (decimal): -11173942 or 13270869. OLE color: 13270869.
HSL color Cylindrical-coordinate representation of color #557FCA: hue angle of 218.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557FCA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 127 | 202 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.21 |
| HSL | 218.46º | 0.52% | 0.56% | - |
| HSV(B) | 218.46º | 0.58% | 0.79% | - |
| XYZ | 22 | 21.37 | 58.84 | - |
| YUV | 122.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 202 | 0.58 | 0.37 | 0 | 0.21 | 218.46 | 0.52 | 0.56 |
| Hex | 55 | 7F | CA | 3A | 25 | 0 | 15 | DA | 34 | 38 |
| Octal | 125 | 177 | 312 | 72 | 45 | 0 | 25 | 332 | 64 | 70 |
| Binary | 1010101 | 1111111 | 11001010 | 111010 | 100101 | 0 | 10101 | 11011010 | 110100 | 111000 |
Color Harmonies of #557FCA
Complementary color
Monochromatic Colors of #557FCA
Black with #557FCA
Text Example
Text Example
White with #557FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FCA; }
p { color: rgb(85,127,202); }
H1.HeaderClassName
{
color: #557FCA;
}
.AnyTagClassName
{
color: #557FCA;
}
</style>
background-color css
<style>
a { background-color: #557FCA; }
a { background-color: rgb(85,127,202); }
div.DivClassName
{
background-color: #557FCA;
}
.BgClassName
{
background-color: #557FCA;
}
</style>
border-color css
<style>
span { border-color: #557FCA; }
span { border-color: rgb(85,127,202); }
td.TdClassName
{
border-color: #557FCA;
}
.TagClassName
{
border-color: #557FCA;
}
</style>