Shades of Havelock Blue #5A7DDC
Tints of Havelock Blue #5A7DDC
RGB
CMYK
RGB Variations
Color information
#5A7DDC (or 0x5A7DDC) is known color: Havelock Blue. HEX triplet: 5A, 7D and DC. RGB value is (90,125,220). Sum of RGB (Red+Green+Blue) = 90+125+220=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7DDC is #A58223. Grayscale: #7C7C7C. Windows color (decimal): -10846756 or 14450010. OLE color: 14450010.
HSL color Cylindrical-coordinate representation of color #5A7DDC: hue angle of 223.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7DDC is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 125 | 220 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.14 |
| HSL | 223.85º | 0.65% | 0.61% | - |
| HSV(B) | 223.85º | 0.59% | 0.86% | - |
| XYZ | 24.47 | 22.01 | 70.67 | - |
| YUV | 125.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 220 | 0.59 | 0.43 | 0 | 0.14 | 223.85 | 0.65 | 0.61 |
| Hex | 5A | 7D | DC | 3B | 2B | 0 | E | E0 | 41 | 3D |
| Octal | 132 | 175 | 334 | 73 | 53 | 0 | 16 | 340 | 101 | 75 |
| Binary | 1011010 | 1111101 | 11011100 | 111011 | 101011 | 0 | 1110 | 11100000 | 1000001 | 111101 |
Color Harmonies of #5A7DDC
Complementary color
Monochromatic Colors of #5A7DDC
Black with #5A7DDC
Text Example
Text Example
White with #5A7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7DDC; }
p { color: rgb(90,125,220); }
H1.HeaderClassName
{
color: #5A7DDC;
}
.AnyTagClassName
{
color: #5A7DDC;
}
</style>
background-color css
<style>
a { background-color: #5A7DDC; }
a { background-color: rgb(90,125,220); }
div.DivClassName
{
background-color: #5A7DDC;
}
.BgClassName
{
background-color: #5A7DDC;
}
</style>
border-color css
<style>
span { border-color: #5A7DDC; }
span { border-color: rgb(90,125,220); }
td.TdClassName
{
border-color: #5A7DDC;
}
.TagClassName
{
border-color: #5A7DDC;
}
</style>