Shades of Havelock Blue #5D8AD5
Tints of Havelock Blue #5D8AD5
RGB
CMYK
RGB Variations
Color information
#5D8AD5 (or 0x5D8AD5) is known color: Havelock Blue. HEX triplet: 5D, 8A and D5. RGB value is (93,138,213). Sum of RGB (Red+Green+Blue) = 93+138+213=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D8AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8AD5 is #A2752A. Grayscale: #848484. Windows color (decimal): -10646827 or 13994589. OLE color: 13994589.
HSL color Cylindrical-coordinate representation of color #5D8AD5: hue angle of 217.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D8AD5 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 138 | 213 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.16 |
| HSL | 217.5º | 0.59% | 0.6% | - |
| HSV(B) | 217.5º | 0.56% | 0.84% | - |
| XYZ | 25.61 | 25.31 | 66.49 | - |
| YUV | 133.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 138 | 213 | 0.56 | 0.35 | 0 | 0.16 | 217.5 | 0.59 | 0.6 |
| Hex | 5D | 8A | D5 | 38 | 23 | 0 | 10 | DA | 3B | 3C |
| Octal | 135 | 212 | 325 | 70 | 43 | 0 | 20 | 332 | 73 | 74 |
| Binary | 1011101 | 10001010 | 11010101 | 111000 | 100011 | 0 | 10000 | 11011010 | 111011 | 111100 |
Color Harmonies of #5D8AD5
Complementary color
Monochromatic Colors of #5D8AD5
Black with #5D8AD5
Text Example
Text Example
White with #5D8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8AD5; }
p { color: rgb(93,138,213); }
H1.HeaderClassName
{
color: #5D8AD5;
}
.AnyTagClassName
{
color: #5D8AD5;
}
</style>
background-color css
<style>
a { background-color: #5D8AD5; }
a { background-color: rgb(93,138,213); }
div.DivClassName
{
background-color: #5D8AD5;
}
.BgClassName
{
background-color: #5D8AD5;
}
</style>
border-color css
<style>
span { border-color: #5D8AD5; }
span { border-color: rgb(93,138,213); }
td.TdClassName
{
border-color: #5D8AD5;
}
.TagClassName
{
border-color: #5D8AD5;
}
</style>