Shades of Havelock Blue #5B81CE
Tints of Havelock Blue #5B81CE
RGB
CMYK
RGB Variations
Color information
#5B81CE (or 0x5B81CE) is known color: Havelock Blue. HEX triplet: 5B, 81 and CE. RGB value is (91,129,206). Sum of RGB (Red+Green+Blue) = 91+129+206=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B81CE is #A47E31. Grayscale: #7E7E7E. Windows color (decimal): -10780210 or 13533531. OLE color: 13533531.
HSL color Cylindrical-coordinate representation of color #5B81CE: hue angle of 220.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B81CE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 129 | 206 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.19 |
| HSL | 220.17º | 0.54% | 0.58% | - |
| HSV(B) | 220.17º | 0.56% | 0.81% | - |
| XYZ | 23.31 | 22.38 | 61.48 | - |
| YUV | 126.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 206 | 0.56 | 0.37 | 0 | 0.19 | 220.17 | 0.54 | 0.58 |
| Hex | 5B | 81 | CE | 38 | 25 | 0 | 13 | DC | 36 | 3A |
| Octal | 133 | 201 | 316 | 70 | 45 | 0 | 23 | 334 | 66 | 72 |
| Binary | 1011011 | 10000001 | 11001110 | 111000 | 100101 | 0 | 10011 | 11011100 | 110110 | 111010 |
Color Harmonies of #5B81CE
Complementary color
Monochromatic Colors of #5B81CE
Black with #5B81CE
Text Example
Text Example
White with #5B81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B81CE; }
p { color: rgb(91,129,206); }
H1.HeaderClassName
{
color: #5B81CE;
}
.AnyTagClassName
{
color: #5B81CE;
}
</style>
background-color css
<style>
a { background-color: #5B81CE; }
a { background-color: rgb(91,129,206); }
div.DivClassName
{
background-color: #5B81CE;
}
.BgClassName
{
background-color: #5B81CE;
}
</style>
border-color css
<style>
span { border-color: #5B81CE; }
span { border-color: rgb(91,129,206); }
td.TdClassName
{
border-color: #5B81CE;
}
.TagClassName
{
border-color: #5B81CE;
}
</style>