Shades of Havelock Blue #5A82BB
Tints of Havelock Blue #5A82BB
RGB
CMYK
RGB Variations
Color information
#5A82BB (or 0x5A82BB) is known color: Havelock Blue. HEX triplet: 5A, 82 and BB. RGB value is (90,130,187). Sum of RGB (Red+Green+Blue) = 90+130+187=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A82BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A82BB is #A57D44. Grayscale: #7C7C7C. Windows color (decimal): -10845509 or 12288602. OLE color: 12288602.
HSL color Cylindrical-coordinate representation of color #5A82BB: hue angle of 215.26º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A82BB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 130 | 187 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.27 |
| HSL | 215.26º | 0.42% | 0.54% | - |
| HSV(B) | 215.26º | 0.52% | 0.73% | - |
| XYZ | 21.17 | 21.73 | 50.09 | - |
| YUV | 124.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 187 | 0.52 | 0.30 | 0 | 0.27 | 215.26 | 0.42 | 0.54 |
| Hex | 5A | 82 | BB | 34 | 1E | 0 | 1B | D7 | 2A | 36 |
| Octal | 132 | 202 | 273 | 64 | 36 | 0 | 33 | 327 | 52 | 66 |
| Binary | 1011010 | 10000010 | 10111011 | 110100 | 11110 | 0 | 11011 | 11010111 | 101010 | 110110 |
Color Harmonies of #5A82BB
Complementary color
Monochromatic Colors of #5A82BB
Black with #5A82BB
Text Example
Text Example
White with #5A82BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A82BB; }
p { color: rgb(90,130,187); }
H1.HeaderClassName
{
color: #5A82BB;
}
.AnyTagClassName
{
color: #5A82BB;
}
</style>
background-color css
<style>
a { background-color: #5A82BB; }
a { background-color: rgb(90,130,187); }
div.DivClassName
{
background-color: #5A82BB;
}
.BgClassName
{
background-color: #5A82BB;
}
</style>
border-color css
<style>
span { border-color: #5A82BB; }
span { border-color: rgb(90,130,187); }
td.TdClassName
{
border-color: #5A82BB;
}
.TagClassName
{
border-color: #5A82BB;
}
</style>