Shades of Havelock Blue #5581CF
Tints of Havelock Blue #5581CF
RGB
CMYK
RGB Variations
Color information
#5581CF (or 0x5581CF) is known color: Havelock Blue. HEX triplet: 55, 81 and CF. RGB value is (85,129,207). Sum of RGB (Red+Green+Blue) = 85+129+207=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #5581CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581CF is #AA7E30. Grayscale: #7C7C7C. Windows color (decimal): -11173425 or 13599061. OLE color: 13599061.
HSL color Cylindrical-coordinate representation of color #5581CF: hue angle of 218.36º 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 #5581CF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 129 | 207 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.19 |
| HSL | 218.36º | 0.56% | 0.57% | - |
| HSV(B) | 218.36º | 0.59% | 0.81% | - |
| XYZ | 22.86 | 22.14 | 62.1 | - |
| YUV | 124.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 207 | 0.59 | 0.38 | 0 | 0.19 | 218.36 | 0.56 | 0.57 |
| Hex | 55 | 81 | CF | 3B | 26 | 0 | 13 | DA | 38 | 39 |
| Octal | 125 | 201 | 317 | 73 | 46 | 0 | 23 | 332 | 70 | 71 |
| Binary | 1010101 | 10000001 | 11001111 | 111011 | 100110 | 0 | 10011 | 11011010 | 111000 | 111001 |
Color Harmonies of #5581CF
Complementary color
Monochromatic Colors of #5581CF
Black with #5581CF
Text Example
Text Example
White with #5581CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581CF; }
p { color: rgb(85,129,207); }
H1.HeaderClassName
{
color: #5581CF;
}
.AnyTagClassName
{
color: #5581CF;
}
</style>
background-color css
<style>
a { background-color: #5581CF; }
a { background-color: rgb(85,129,207); }
div.DivClassName
{
background-color: #5581CF;
}
.BgClassName
{
background-color: #5581CF;
}
</style>
border-color css
<style>
span { border-color: #5581CF; }
span { border-color: rgb(85,129,207); }
td.TdClassName
{
border-color: #5581CF;
}
.TagClassName
{
border-color: #5581CF;
}
</style>