Shades of Havelock Blue #5A7FB4
Tints of Havelock Blue #5A7FB4
RGB
CMYK
RGB Variations
Color information
#5A7FB4 (or 0x5A7FB4) is known color: Havelock Blue. HEX triplet: 5A, 7F and B4. RGB value is (90,127,180). Sum of RGB (Red+Green+Blue) = 90+127+180=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A7FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7FB4 is #A5804B. Grayscale: #797979. Windows color (decimal): -10846284 or 11829082. OLE color: 11829082.
HSL color Cylindrical-coordinate representation of color #5A7FB4: hue angle of 215.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A7FB4 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 127 | 180 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.29 |
| HSL | 215.33º | 0.38% | 0.53% | - |
| HSV(B) | 215.33º | 0.5% | 0.71% | - |
| XYZ | 20.04 | 20.65 | 46.11 | - |
| YUV | 121.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 180 | 0.50 | 0.29 | 0 | 0.29 | 215.33 | 0.38 | 0.53 |
| Hex | 5A | 7F | B4 | 32 | 1D | 0 | 1D | D7 | 26 | 35 |
| Octal | 132 | 177 | 264 | 62 | 35 | 0 | 35 | 327 | 46 | 65 |
| Binary | 1011010 | 1111111 | 10110100 | 110010 | 11101 | 0 | 11101 | 11010111 | 100110 | 110101 |
Color Harmonies of #5A7FB4
Complementary color
Monochromatic Colors of #5A7FB4
Black with #5A7FB4
Text Example
Text Example
White with #5A7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7FB4; }
p { color: rgb(90,127,180); }
H1.HeaderClassName
{
color: #5A7FB4;
}
.AnyTagClassName
{
color: #5A7FB4;
}
</style>
background-color css
<style>
a { background-color: #5A7FB4; }
a { background-color: rgb(90,127,180); }
div.DivClassName
{
background-color: #5A7FB4;
}
.BgClassName
{
background-color: #5A7FB4;
}
</style>
border-color css
<style>
span { border-color: #5A7FB4; }
span { border-color: rgb(90,127,180); }
td.TdClassName
{
border-color: #5A7FB4;
}
.TagClassName
{
border-color: #5A7FB4;
}
</style>