Shades of Havelock Blue #5A7DDA
Tints of Havelock Blue #5A7DDA
RGB
CMYK
RGB Variations
Color information
#5A7DDA (or 0x5A7DDA) is known color: Havelock Blue. HEX triplet: 5A, 7D and DA. RGB value is (90,125,218). Sum of RGB (Red+Green+Blue) = 90+125+218=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A7DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DDA is #A58225. Grayscale: #7C7C7C. Windows color (decimal): -10846758 or 14318938. OLE color: 14318938.
HSL color Cylindrical-coordinate representation of color #5A7DDA: hue angle of 223.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7DDA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 125 | 218 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.15 |
| HSL | 223.59º | 0.63% | 0.6% | - |
| HSV(B) | 223.59º | 0.59% | 0.85% | - |
| XYZ | 24.2 | 21.9 | 69.28 | - |
| YUV | 125.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 218 | 0.59 | 0.43 | 0 | 0.15 | 223.59 | 0.63 | 0.6 |
| Hex | 5A | 7D | DA | 3B | 2B | 0 | F | E0 | 3F | 3C |
| Octal | 132 | 175 | 332 | 73 | 53 | 0 | 17 | 340 | 77 | 74 |
| Binary | 1011010 | 1111101 | 11011010 | 111011 | 101011 | 0 | 1111 | 11100000 | 111111 | 111100 |
Color Harmonies of #5A7DDA
Complementary color
Monochromatic Colors of #5A7DDA
Black with #5A7DDA
Text Example
Text Example
White with #5A7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7DDA; }
p { color: rgb(90,125,218); }
H1.HeaderClassName
{
color: #5A7DDA;
}
.AnyTagClassName
{
color: #5A7DDA;
}
</style>
background-color css
<style>
a { background-color: #5A7DDA; }
a { background-color: rgb(90,125,218); }
div.DivClassName
{
background-color: #5A7DDA;
}
.BgClassName
{
background-color: #5A7DDA;
}
</style>
border-color css
<style>
span { border-color: #5A7DDA; }
span { border-color: rgb(90,125,218); }
td.TdClassName
{
border-color: #5A7DDA;
}
.TagClassName
{
border-color: #5A7DDA;
}
</style>