Shades of Havelock Blue #5A7DBA
Tints of Havelock Blue #5A7DBA
RGB
CMYK
RGB Variations
Color information
#5A7DBA (or 0x5A7DBA) is known color: Havelock Blue. HEX triplet: 5A, 7D and BA. RGB value is (90,125,186). Sum of RGB (Red+Green+Blue) = 90+125+186=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DBA is #A58245. Grayscale: #797979. Windows color (decimal): -10846790 or 12221786. OLE color: 12221786.
HSL color Cylindrical-coordinate representation of color #5A7DBA: hue angle of 218.12º degrees, saturation: 0.41, 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 #5A7DBA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 125 | 186 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.27 |
| HSL | 218.13º | 0.41% | 0.54% | - |
| HSV(B) | 218.13º | 0.52% | 0.73% | - |
| XYZ | 20.41 | 20.39 | 49.31 | - |
| YUV | 121.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 186 | 0.52 | 0.33 | 0 | 0.27 | 218.13 | 0.41 | 0.54 |
| Hex | 5A | 7D | BA | 34 | 21 | 0 | 1B | DA | 29 | 36 |
| Octal | 132 | 175 | 272 | 64 | 41 | 0 | 33 | 332 | 51 | 66 |
| Binary | 1011010 | 1111101 | 10111010 | 110100 | 100001 | 0 | 11011 | 11011010 | 101001 | 110110 |
Color Harmonies of #5A7DBA
Complementary color
Monochromatic Colors of #5A7DBA
Black with #5A7DBA
Text Example
Text Example
White with #5A7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7DBA; }
p { color: rgb(90,125,186); }
H1.HeaderClassName
{
color: #5A7DBA;
}
.AnyTagClassName
{
color: #5A7DBA;
}
</style>
background-color css
<style>
a { background-color: #5A7DBA; }
a { background-color: rgb(90,125,186); }
div.DivClassName
{
background-color: #5A7DBA;
}
.BgClassName
{
background-color: #5A7DBA;
}
</style>
border-color css
<style>
span { border-color: #5A7DBA; }
span { border-color: rgb(90,125,186); }
td.TdClassName
{
border-color: #5A7DBA;
}
.TagClassName
{
border-color: #5A7DBA;
}
</style>