Shades of Havelock Blue #5D80CA
Tints of Havelock Blue #5D80CA
RGB
CMYK
RGB Variations
Color information
#5D80CA (or 0x5D80CA) is known color: Havelock Blue. HEX triplet: 5D, 80 and CA. RGB value is (93,128,202). Sum of RGB (Red+Green+Blue) = 93+128+202=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D80CA is #A27F35. Grayscale: #7D7D7D. Windows color (decimal): -10649398 or 13271133. OLE color: 13271133.
HSL color Cylindrical-coordinate representation of color #5D80CA: hue angle of 220.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D80CA is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 128 | 202 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.21 |
| HSL | 220.73º | 0.51% | 0.58% | - |
| HSV(B) | 220.73º | 0.54% | 0.79% | - |
| XYZ | 22.89 | 22.03 | 58.92 | - |
| YUV | 125.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 202 | 0.54 | 0.37 | 0 | 0.21 | 220.73 | 0.51 | 0.58 |
| Hex | 5D | 80 | CA | 36 | 25 | 0 | 15 | DD | 33 | 3A |
| Octal | 135 | 200 | 312 | 66 | 45 | 0 | 25 | 335 | 63 | 72 |
| Binary | 1011101 | 10000000 | 11001010 | 110110 | 100101 | 0 | 10101 | 11011101 | 110011 | 111010 |
Color Harmonies of #5D80CA
Complementary color
Monochromatic Colors of #5D80CA
Black with #5D80CA
Text Example
Text Example
White with #5D80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D80CA; }
p { color: rgb(93,128,202); }
H1.HeaderClassName
{
color: #5D80CA;
}
.AnyTagClassName
{
color: #5D80CA;
}
</style>
background-color css
<style>
a { background-color: #5D80CA; }
a { background-color: rgb(93,128,202); }
div.DivClassName
{
background-color: #5D80CA;
}
.BgClassName
{
background-color: #5D80CA;
}
</style>
border-color css
<style>
span { border-color: #5D80CA; }
span { border-color: rgb(93,128,202); }
td.TdClassName
{
border-color: #5D80CA;
}
.TagClassName
{
border-color: #5D80CA;
}
</style>