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