Shades of Havelock Blue #5A78AF
Tints of Havelock Blue #5A78AF
RGB
CMYK
RGB Variations
Color information
#5A78AF (or 0x5A78AF) is known color: Havelock Blue. HEX triplet: 5A, 78 and AF. RGB value is (90,120,175). Sum of RGB (Red+Green+Blue) = 90+120+175=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A78AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A78AF is #A58750. Grayscale: #757575. Windows color (decimal): -10848081 or 11499610. OLE color: 11499610.
HSL color Cylindrical-coordinate representation of color #5A78AF: hue angle of 218.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A78AF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 120 | 175 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.31 |
| HSL | 218.82º | 0.35% | 0.52% | - |
| HSV(B) | 218.82º | 0.49% | 0.69% | - |
| XYZ | 18.67 | 18.7 | 43.18 | - |
| YUV | 117.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 175 | 0.49 | 0.31 | 0 | 0.31 | 218.82 | 0.35 | 0.52 |
| Hex | 5A | 78 | AF | 31 | 1F | 0 | 1F | DB | 23 | 34 |
| Octal | 132 | 170 | 257 | 61 | 37 | 0 | 37 | 333 | 43 | 64 |
| Binary | 1011010 | 1111000 | 10101111 | 110001 | 11111 | 0 | 11111 | 11011011 | 100011 | 110100 |
Color Harmonies of #5A78AF
Complementary color
Monochromatic Colors of #5A78AF
Black with #5A78AF
Text Example
Text Example
White with #5A78AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A78AF; }
p { color: rgb(90,120,175); }
H1.HeaderClassName
{
color: #5A78AF;
}
.AnyTagClassName
{
color: #5A78AF;
}
</style>
background-color css
<style>
a { background-color: #5A78AF; }
a { background-color: rgb(90,120,175); }
div.DivClassName
{
background-color: #5A78AF;
}
.BgClassName
{
background-color: #5A78AF;
}
</style>
border-color css
<style>
span { border-color: #5A78AF; }
span { border-color: rgb(90,120,175); }
td.TdClassName
{
border-color: #5A78AF;
}
.TagClassName
{
border-color: #5A78AF;
}
</style>