Shades of Havelock Blue #5B81CF
Tints of Havelock Blue #5B81CF
RGB
CMYK
RGB Variations
Color information
#5B81CF (or 0x5B81CF) is known color: Havelock Blue. HEX triplet: 5B, 81 and CF. RGB value is (91,129,207). Sum of RGB (Red+Green+Blue) = 91+129+207=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B81CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B81CF is #A47E30. Grayscale: #7E7E7E. Windows color (decimal): -10780209 or 13599067. OLE color: 13599067.
HSL color Cylindrical-coordinate representation of color #5B81CF: hue angle of 220.34º degrees, saturation: 0.55, 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 #5B81CF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 129 | 207 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.19 |
| HSL | 220.34º | 0.55% | 0.58% | - |
| HSV(B) | 220.34º | 0.56% | 0.81% | - |
| XYZ | 23.43 | 22.43 | 62.13 | - |
| YUV | 126.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 207 | 0.56 | 0.38 | 0 | 0.19 | 220.34 | 0.55 | 0.58 |
| Hex | 5B | 81 | CF | 38 | 26 | 0 | 13 | DC | 37 | 3A |
| Octal | 133 | 201 | 317 | 70 | 46 | 0 | 23 | 334 | 67 | 72 |
| Binary | 1011011 | 10000001 | 11001111 | 111000 | 100110 | 0 | 10011 | 11011100 | 110111 | 111010 |
Color Harmonies of #5B81CF
Complementary color
Monochromatic Colors of #5B81CF
Black with #5B81CF
Text Example
Text Example
White with #5B81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B81CF; }
p { color: rgb(91,129,207); }
H1.HeaderClassName
{
color: #5B81CF;
}
.AnyTagClassName
{
color: #5B81CF;
}
</style>
background-color css
<style>
a { background-color: #5B81CF; }
a { background-color: rgb(91,129,207); }
div.DivClassName
{
background-color: #5B81CF;
}
.BgClassName
{
background-color: #5B81CF;
}
</style>
border-color css
<style>
span { border-color: #5B81CF; }
span { border-color: rgb(91,129,207); }
td.TdClassName
{
border-color: #5B81CF;
}
.TagClassName
{
border-color: #5B81CF;
}
</style>