Shades of Havelock Blue #5581CC
Tints of Havelock Blue #5581CC
RGB
CMYK
RGB Variations
Color information
#5581CC (or 0x5581CC) is known color: Havelock Blue. HEX triplet: 55, 81 and CC. RGB value is (85,129,204). Sum of RGB (Red+Green+Blue) = 85+129+204=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #5581CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581CC is #AA7E33. Grayscale: #7C7C7C. Windows color (decimal): -11173428 or 13402453. OLE color: 13402453.
HSL color Cylindrical-coordinate representation of color #5581CC: hue angle of 217.82º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5581CC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 129 | 204 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.2 |
| HSL | 217.82º | 0.54% | 0.57% | - |
| HSV(B) | 217.82º | 0.58% | 0.8% | - |
| XYZ | 22.5 | 21.99 | 60.19 | - |
| YUV | 124.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 204 | 0.58 | 0.37 | 0 | 0.2 | 217.82 | 0.54 | 0.57 |
| Hex | 55 | 81 | CC | 3A | 25 | 0 | 14 | DA | 36 | 39 |
| Octal | 125 | 201 | 314 | 72 | 45 | 0 | 24 | 332 | 66 | 71 |
| Binary | 1010101 | 10000001 | 11001100 | 111010 | 100101 | 0 | 10100 | 11011010 | 110110 | 111001 |
Color Harmonies of #5581CC
Complementary color
Monochromatic Colors of #5581CC
Black with #5581CC
Text Example
Text Example
White with #5581CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581CC; }
p { color: rgb(85,129,204); }
H1.HeaderClassName
{
color: #5581CC;
}
.AnyTagClassName
{
color: #5581CC;
}
</style>
background-color css
<style>
a { background-color: #5581CC; }
a { background-color: rgb(85,129,204); }
div.DivClassName
{
background-color: #5581CC;
}
.BgClassName
{
background-color: #5581CC;
}
</style>
border-color css
<style>
span { border-color: #5581CC; }
span { border-color: rgb(85,129,204); }
td.TdClassName
{
border-color: #5581CC;
}
.TagClassName
{
border-color: #5581CC;
}
</style>