Shades of Havelock Blue #5A7DBF
Tints of Havelock Blue #5A7DBF
RGB
CMYK
RGB Variations
Color information
#5A7DBF (or 0x5A7DBF) is known color: Havelock Blue. HEX triplet: 5A, 7D and BF. RGB value is (90,125,191). Sum of RGB (Red+Green+Blue) = 90+125+191=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DBF is #A58240. Grayscale: #797979. Windows color (decimal): -10846785 or 12549466. OLE color: 12549466.
HSL color Cylindrical-coordinate representation of color #5A7DBF: hue angle of 219.21º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A7DBF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 125 | 191 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.25 |
| HSL | 219.21º | 0.44% | 0.55% | - |
| HSV(B) | 219.21º | 0.53% | 0.75% | - |
| XYZ | 20.95 | 20.6 | 52.16 | - |
| YUV | 122.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 191 | 0.53 | 0.35 | 0 | 0.25 | 219.21 | 0.44 | 0.55 |
| Hex | 5A | 7D | BF | 35 | 23 | 0 | 19 | DB | 2C | 37 |
| Octal | 132 | 175 | 277 | 65 | 43 | 0 | 31 | 333 | 54 | 67 |
| Binary | 1011010 | 1111101 | 10111111 | 110101 | 100011 | 0 | 11001 | 11011011 | 101100 | 110111 |
Color Harmonies of #5A7DBF
Complementary color
Monochromatic Colors of #5A7DBF
Black with #5A7DBF
Text Example
Text Example
White with #5A7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7DBF; }
p { color: rgb(90,125,191); }
H1.HeaderClassName
{
color: #5A7DBF;
}
.AnyTagClassName
{
color: #5A7DBF;
}
</style>
background-color css
<style>
a { background-color: #5A7DBF; }
a { background-color: rgb(90,125,191); }
div.DivClassName
{
background-color: #5A7DBF;
}
.BgClassName
{
background-color: #5A7DBF;
}
</style>
border-color css
<style>
span { border-color: #5A7DBF; }
span { border-color: rgb(90,125,191); }
td.TdClassName
{
border-color: #5A7DBF;
}
.TagClassName
{
border-color: #5A7DBF;
}
</style>