Shades of Havelock Blue #5A83CB
Tints of Havelock Blue #5A83CB
RGB
CMYK
RGB Variations
Color information
#5A83CB (or 0x5A83CB) is known color: Havelock Blue. HEX triplet: 5A, 83 and CB. RGB value is (90,131,203). Sum of RGB (Red+Green+Blue) = 90+131+203=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A83CB is #A57C34. Grayscale: #7E7E7E. Windows color (decimal): -10845237 or 13337434. OLE color: 13337434.
HSL color Cylindrical-coordinate representation of color #5A83CB: hue angle of 218.23º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A83CB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 131 | 203 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.20 |
| HSL | 218.23º | 0.52% | 0.57% | - |
| HSV(B) | 218.23º | 0.56% | 0.8% | - |
| XYZ | 23.11 | 22.72 | 59.67 | - |
| YUV | 126.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 203 | 0.56 | 0.35 | 0 | 0.20 | 218.23 | 0.52 | 0.57 |
| Hex | 5A | 83 | CB | 38 | 23 | 0 | 14 | DA | 34 | 39 |
| Octal | 132 | 203 | 313 | 70 | 43 | 0 | 24 | 332 | 64 | 71 |
| Binary | 1011010 | 10000011 | 11001011 | 111000 | 100011 | 0 | 10100 | 11011010 | 110100 | 111001 |
Color Harmonies of #5A83CB
Complementary color
Monochromatic Colors of #5A83CB
Black with #5A83CB
Text Example
Text Example
White with #5A83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A83CB; }
p { color: rgb(90,131,203); }
H1.HeaderClassName
{
color: #5A83CB;
}
.AnyTagClassName
{
color: #5A83CB;
}
</style>
background-color css
<style>
a { background-color: #5A83CB; }
a { background-color: rgb(90,131,203); }
div.DivClassName
{
background-color: #5A83CB;
}
.BgClassName
{
background-color: #5A83CB;
}
</style>
border-color css
<style>
span { border-color: #5A83CB; }
span { border-color: rgb(90,131,203); }
td.TdClassName
{
border-color: #5A83CB;
}
.TagClassName
{
border-color: #5A83CB;
}
</style>