Shades of Havelock Blue #5583CB
Tints of Havelock Blue #5583CB
RGB
CMYK
RGB Variations
Color information
#5583CB (or 0x5583CB) is known color: Havelock Blue. HEX triplet: 55, 83 and CB. RGB value is (85,131,203). Sum of RGB (Red+Green+Blue) = 85+131+203=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5583CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583CB is #AA7C34. Grayscale: #7D7D7D. Windows color (decimal): -11172917 or 13337429. OLE color: 13337429.
HSL color Cylindrical-coordinate representation of color #5583CB: hue angle of 216.61º 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 #5583CB is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 131 | 203 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.20 |
| HSL | 216.61º | 0.53% | 0.56% | - |
| HSV(B) | 216.61º | 0.58% | 0.8% | - |
| XYZ | 22.64 | 22.48 | 59.64 | - |
| YUV | 125.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 203 | 0.58 | 0.35 | 0 | 0.20 | 216.61 | 0.53 | 0.56 |
| Hex | 55 | 83 | CB | 3A | 23 | 0 | 14 | D9 | 35 | 38 |
| Octal | 125 | 203 | 313 | 72 | 43 | 0 | 24 | 331 | 65 | 70 |
| Binary | 1010101 | 10000011 | 11001011 | 111010 | 100011 | 0 | 10100 | 11011001 | 110101 | 111000 |
Color Harmonies of #5583CB
Complementary color
Monochromatic Colors of #5583CB
Black with #5583CB
Text Example
Text Example
White with #5583CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583CB; }
p { color: rgb(85,131,203); }
H1.HeaderClassName
{
color: #5583CB;
}
.AnyTagClassName
{
color: #5583CB;
}
</style>
background-color css
<style>
a { background-color: #5583CB; }
a { background-color: rgb(85,131,203); }
div.DivClassName
{
background-color: #5583CB;
}
.BgClassName
{
background-color: #5583CB;
}
</style>
border-color css
<style>
span { border-color: #5583CB; }
span { border-color: rgb(85,131,203); }
td.TdClassName
{
border-color: #5583CB;
}
.TagClassName
{
border-color: #5583CB;
}
</style>