Shades of Havelock Blue #558CCF
Tints of Havelock Blue #558CCF
RGB
CMYK
RGB Variations
Color information
#558CCF (or 0x558CCF) is known color: Havelock Blue. HEX triplet: 55, 8C and CF. RGB value is (85,140,207). Sum of RGB (Red+Green+Blue) = 85+140+207=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #558CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CCF is #AA7330. Grayscale: #828282. Windows color (decimal): -11170609 or 13601877. OLE color: 13601877.
HSL color Cylindrical-coordinate representation of color #558CCF: hue angle of 212.95º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558CCF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 140 | 207 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.19 |
| HSL | 212.95º | 0.56% | 0.57% | - |
| HSV(B) | 212.95º | 0.59% | 0.81% | - |
| XYZ | 24.39 | 25.19 | 62.61 | - |
| YUV | 131.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 207 | 0.59 | 0.32 | 0 | 0.19 | 212.95 | 0.56 | 0.57 |
| Hex | 55 | 8C | CF | 3B | 20 | 0 | 13 | D5 | 38 | 39 |
| Octal | 125 | 214 | 317 | 73 | 40 | 0 | 23 | 325 | 70 | 71 |
| Binary | 1010101 | 10001100 | 11001111 | 111011 | 100000 | 0 | 10011 | 11010101 | 111000 | 111001 |
Color Harmonies of #558CCF
Complementary color
Monochromatic Colors of #558CCF
Black with #558CCF
Text Example
Text Example
White with #558CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CCF; }
p { color: rgb(85,140,207); }
H1.HeaderClassName
{
color: #558CCF;
}
.AnyTagClassName
{
color: #558CCF;
}
</style>
background-color css
<style>
a { background-color: #558CCF; }
a { background-color: rgb(85,140,207); }
div.DivClassName
{
background-color: #558CCF;
}
.BgClassName
{
background-color: #558CCF;
}
</style>
border-color css
<style>
span { border-color: #558CCF; }
span { border-color: rgb(85,140,207); }
td.TdClassName
{
border-color: #558CCF;
}
.TagClassName
{
border-color: #558CCF;
}
</style>