Shades of Havelock Blue #557FCB
Tints of Havelock Blue #557FCB
RGB
CMYK
RGB Variations
Color information
#557FCB (or 0x557FCB) is known color: Havelock Blue. HEX triplet: 55, 7F and CB. RGB value is (85,127,203). Sum of RGB (Red+Green+Blue) = 85+127+203=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #557FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FCB is #AA8034. Grayscale: #7A7A7A. Windows color (decimal): -11173941 or 13336405. OLE color: 13336405.
HSL color Cylindrical-coordinate representation of color #557FCB: hue angle of 218.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557FCB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 127 | 203 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.20 |
| HSL | 218.64º | 0.53% | 0.56% | - |
| HSV(B) | 218.64º | 0.58% | 0.8% | - |
| XYZ | 22.12 | 21.42 | 59.47 | - |
| YUV | 123.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 203 | 0.58 | 0.37 | 0 | 0.20 | 218.64 | 0.53 | 0.56 |
| Hex | 55 | 7F | CB | 3A | 25 | 0 | 14 | DB | 35 | 38 |
| Octal | 125 | 177 | 313 | 72 | 45 | 0 | 24 | 333 | 65 | 70 |
| Binary | 1010101 | 1111111 | 11001011 | 111010 | 100101 | 0 | 10100 | 11011011 | 110101 | 111000 |
Color Harmonies of #557FCB
Complementary color
Monochromatic Colors of #557FCB
Black with #557FCB
Text Example
Text Example
White with #557FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FCB; }
p { color: rgb(85,127,203); }
H1.HeaderClassName
{
color: #557FCB;
}
.AnyTagClassName
{
color: #557FCB;
}
</style>
background-color css
<style>
a { background-color: #557FCB; }
a { background-color: rgb(85,127,203); }
div.DivClassName
{
background-color: #557FCB;
}
.BgClassName
{
background-color: #557FCB;
}
</style>
border-color css
<style>
span { border-color: #557FCB; }
span { border-color: rgb(85,127,203); }
td.TdClassName
{
border-color: #557FCB;
}
.TagClassName
{
border-color: #557FCB;
}
</style>