Shades of Havelock Blue #5A8AD3
Tints of Havelock Blue #5A8AD3
RGB
CMYK
RGB Variations
Color information
#5A8AD3 (or 0x5A8AD3) is known color: Havelock Blue. HEX triplet: 5A, 8A and D3. RGB value is (90,138,211). Sum of RGB (Red+Green+Blue) = 90+138+211=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #5A8AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8AD3 is #A5752C. Grayscale: #838383. Windows color (decimal): -10843437 or 13863514. OLE color: 13863514.
HSL color Cylindrical-coordinate representation of color #5A8AD3: hue angle of 216.2º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A8AD3 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 138 | 211 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.17 |
| HSL | 216.2º | 0.58% | 0.59% | - |
| HSV(B) | 216.2º | 0.57% | 0.83% | - |
| XYZ | 25.06 | 25.05 | 65.14 | - |
| YUV | 131.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 211 | 0.57 | 0.35 | 0 | 0.17 | 216.2 | 0.58 | 0.59 |
| Hex | 5A | 8A | D3 | 39 | 23 | 0 | 11 | D8 | 3A | 3B |
| Octal | 132 | 212 | 323 | 71 | 43 | 0 | 21 | 330 | 72 | 73 |
| Binary | 1011010 | 10001010 | 11010011 | 111001 | 100011 | 0 | 10001 | 11011000 | 111010 | 111011 |
Color Harmonies of #5A8AD3
Complementary color
Monochromatic Colors of #5A8AD3
Black with #5A8AD3
Text Example
Text Example
White with #5A8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8AD3; }
p { color: rgb(90,138,211); }
H1.HeaderClassName
{
color: #5A8AD3;
}
.AnyTagClassName
{
color: #5A8AD3;
}
</style>
background-color css
<style>
a { background-color: #5A8AD3; }
a { background-color: rgb(90,138,211); }
div.DivClassName
{
background-color: #5A8AD3;
}
.BgClassName
{
background-color: #5A8AD3;
}
</style>
border-color css
<style>
span { border-color: #5A8AD3; }
span { border-color: rgb(90,138,211); }
td.TdClassName
{
border-color: #5A8AD3;
}
.TagClassName
{
border-color: #5A8AD3;
}
</style>