Shades of Havelock Blue #5A77CE
Tints of Havelock Blue #5A77CE
RGB
CMYK
RGB Variations
Color information
#5A77CE (or 0x5A77CE) is known color: Havelock Blue. HEX triplet: 5A, 77 and CE. RGB value is (90,119,206). Sum of RGB (Red+Green+Blue) = 90+119+206=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A77CE is #A58831. Grayscale: #777777. Windows color (decimal): -10848306 or 13530970. OLE color: 13530970.
HSL color Cylindrical-coordinate representation of color #5A77CE: hue angle of 225º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A77CE is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 119 | 206 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.19 |
| HSL | 225º | 0.54% | 0.58% | - |
| HSV(B) | 225º | 0.56% | 0.81% | - |
| XYZ | 21.95 | 19.82 | 61.06 | - |
| YUV | 120.25 | 176.39 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 206 | 0.56 | 0.42 | 0 | 0.19 | 225 | 0.54 | 0.58 |
| Hex | 5A | 77 | CE | 38 | 2A | 0 | 13 | E1 | 36 | 3A |
| Octal | 132 | 167 | 316 | 70 | 52 | 0 | 23 | 341 | 66 | 72 |
| Binary | 1011010 | 1110111 | 11001110 | 111000 | 101010 | 0 | 10011 | 11100001 | 110110 | 111010 |
Color Harmonies of #5A77CE
Complementary color
Monochromatic Colors of #5A77CE
Black with #5A77CE
Text Example
Text Example
White with #5A77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A77CE; }
p { color: rgb(90,119,206); }
H1.HeaderClassName
{
color: #5A77CE;
}
.AnyTagClassName
{
color: #5A77CE;
}
</style>
background-color css
<style>
a { background-color: #5A77CE; }
a { background-color: rgb(90,119,206); }
div.DivClassName
{
background-color: #5A77CE;
}
.BgClassName
{
background-color: #5A77CE;
}
</style>
border-color css
<style>
span { border-color: #5A77CE; }
span { border-color: rgb(90,119,206); }
td.TdClassName
{
border-color: #5A77CE;
}
.TagClassName
{
border-color: #5A77CE;
}
</style>