Shades of Havelock Blue #5B83CE
Tints of Havelock Blue #5B83CE
RGB
CMYK
RGB Variations
Color information
#5B83CE (or 0x5B83CE) is known color: Havelock Blue. HEX triplet: 5B, 83 and CE. RGB value is (91,131,206). Sum of RGB (Red+Green+Blue) = 91+131+206=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B83CE is #A47C31. Grayscale: #7F7F7F. Windows color (decimal): -10779698 or 13534043. OLE color: 13534043.
HSL color Cylindrical-coordinate representation of color #5B83CE: hue angle of 219.13º 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 #5B83CE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 131 | 206 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.19 |
| HSL | 219.13º | 0.54% | 0.58% | - |
| HSV(B) | 219.13º | 0.56% | 0.81% | - |
| XYZ | 23.57 | 22.91 | 61.57 | - |
| YUV | 127.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 206 | 0.56 | 0.36 | 0 | 0.19 | 219.13 | 0.54 | 0.58 |
| Hex | 5B | 83 | CE | 38 | 24 | 0 | 13 | DB | 36 | 3A |
| Octal | 133 | 203 | 316 | 70 | 44 | 0 | 23 | 333 | 66 | 72 |
| Binary | 1011011 | 10000011 | 11001110 | 111000 | 100100 | 0 | 10011 | 11011011 | 110110 | 111010 |
Color Harmonies of #5B83CE
Complementary color
Monochromatic Colors of #5B83CE
Black with #5B83CE
Text Example
Text Example
White with #5B83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B83CE; }
p { color: rgb(91,131,206); }
H1.HeaderClassName
{
color: #5B83CE;
}
.AnyTagClassName
{
color: #5B83CE;
}
</style>
background-color css
<style>
a { background-color: #5B83CE; }
a { background-color: rgb(91,131,206); }
div.DivClassName
{
background-color: #5B83CE;
}
.BgClassName
{
background-color: #5B83CE;
}
</style>
border-color css
<style>
span { border-color: #5B83CE; }
span { border-color: rgb(91,131,206); }
td.TdClassName
{
border-color: #5B83CE;
}
.TagClassName
{
border-color: #5B83CE;
}
</style>