Shades of Havelock Blue #5A7DBB
Tints of Havelock Blue #5A7DBB
RGB
CMYK
RGB Variations
Color information
#5A7DBB (or 0x5A7DBB) is known color: Havelock Blue. HEX triplet: 5A, 7D and BB. RGB value is (90,125,187). Sum of RGB (Red+Green+Blue) = 90+125+187=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A7DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DBB is #A58244. Grayscale: #797979. Windows color (decimal): -10846789 or 12287322. OLE color: 12287322.
HSL color Cylindrical-coordinate representation of color #5A7DBB: hue angle of 218.35º 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 #5A7DBB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 125 | 187 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.27 |
| HSL | 218.35º | 0.42% | 0.54% | - |
| HSV(B) | 218.35º | 0.52% | 0.73% | - |
| XYZ | 20.52 | 20.43 | 49.88 | - |
| YUV | 121.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 187 | 0.52 | 0.33 | 0 | 0.27 | 218.35 | 0.42 | 0.54 |
| Hex | 5A | 7D | BB | 34 | 21 | 0 | 1B | DA | 2A | 36 |
| Octal | 132 | 175 | 273 | 64 | 41 | 0 | 33 | 332 | 52 | 66 |
| Binary | 1011010 | 1111101 | 10111011 | 110100 | 100001 | 0 | 11011 | 11011010 | 101010 | 110110 |
Color Harmonies of #5A7DBB
Complementary color
Monochromatic Colors of #5A7DBB
Black with #5A7DBB
Text Example
Text Example
White with #5A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7DBB; }
p { color: rgb(90,125,187); }
H1.HeaderClassName
{
color: #5A7DBB;
}
.AnyTagClassName
{
color: #5A7DBB;
}
</style>
background-color css
<style>
a { background-color: #5A7DBB; }
a { background-color: rgb(90,125,187); }
div.DivClassName
{
background-color: #5A7DBB;
}
.BgClassName
{
background-color: #5A7DBB;
}
</style>
border-color css
<style>
span { border-color: #5A7DBB; }
span { border-color: rgb(90,125,187); }
td.TdClassName
{
border-color: #5A7DBB;
}
.TagClassName
{
border-color: #5A7DBB;
}
</style>