Shades of Havelock Blue #5A77BD
Tints of Havelock Blue #5A77BD
RGB
CMYK
RGB Variations
Color information
#5A77BD (or 0x5A77BD) is known color: Havelock Blue. HEX triplet: 5A, 77 and BD. RGB value is (90,119,189). Sum of RGB (Red+Green+Blue) = 90+119+189=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A77BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A77BD is #A58842. Grayscale: #767676. Windows color (decimal): -10848323 or 12416858. OLE color: 12416858.
HSL color Cylindrical-coordinate representation of color #5A77BD: hue angle of 222.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A77BD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 119 | 189 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.26 |
| HSL | 222.42º | 0.43% | 0.55% | - |
| HSV(B) | 222.42º | 0.52% | 0.74% | - |
| XYZ | 20 | 19.04 | 50.77 | - |
| YUV | 118.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 189 | 0.52 | 0.37 | 0 | 0.26 | 222.42 | 0.43 | 0.55 |
| Hex | 5A | 77 | BD | 34 | 25 | 0 | 1A | DE | 2B | 37 |
| Octal | 132 | 167 | 275 | 64 | 45 | 0 | 32 | 336 | 53 | 67 |
| Binary | 1011010 | 1110111 | 10111101 | 110100 | 100101 | 0 | 11010 | 11011110 | 101011 | 110111 |
Color Harmonies of #5A77BD
Complementary color
Monochromatic Colors of #5A77BD
Black with #5A77BD
Text Example
Text Example
White with #5A77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A77BD; }
p { color: rgb(90,119,189); }
H1.HeaderClassName
{
color: #5A77BD;
}
.AnyTagClassName
{
color: #5A77BD;
}
</style>
background-color css
<style>
a { background-color: #5A77BD; }
a { background-color: rgb(90,119,189); }
div.DivClassName
{
background-color: #5A77BD;
}
.BgClassName
{
background-color: #5A77BD;
}
</style>
border-color css
<style>
span { border-color: #5A77BD; }
span { border-color: rgb(90,119,189); }
td.TdClassName
{
border-color: #5A77BD;
}
.TagClassName
{
border-color: #5A77BD;
}
</style>