Shades of Havelock Blue #5D85CD
Tints of Havelock Blue #5D85CD
RGB
CMYK
RGB Variations
Color information
#5D85CD (or 0x5D85CD) is known color: Havelock Blue. HEX triplet: 5D, 85 and CD. RGB value is (93,133,205). Sum of RGB (Red+Green+Blue) = 93+133+205=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D85CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D85CD is #A27A32. Grayscale: #808080. Windows color (decimal): -10648115 or 13469021. OLE color: 13469021.
HSL color Cylindrical-coordinate representation of color #5D85CD: hue angle of 218.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D85CD is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 133 | 205 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.20 |
| HSL | 218.57º | 0.53% | 0.58% | - |
| HSV(B) | 218.57º | 0.55% | 0.8% | - |
| XYZ | 23.92 | 23.51 | 61.03 | - |
| YUV | 129.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 205 | 0.55 | 0.35 | 0 | 0.20 | 218.57 | 0.53 | 0.58 |
| Hex | 5D | 85 | CD | 37 | 23 | 0 | 14 | DB | 35 | 3A |
| Octal | 135 | 205 | 315 | 67 | 43 | 0 | 24 | 333 | 65 | 72 |
| Binary | 1011101 | 10000101 | 11001101 | 110111 | 100011 | 0 | 10100 | 11011011 | 110101 | 111010 |
Color Harmonies of #5D85CD
Complementary color
Monochromatic Colors of #5D85CD
Black with #5D85CD
Text Example
Text Example
White with #5D85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D85CD; }
p { color: rgb(93,133,205); }
H1.HeaderClassName
{
color: #5D85CD;
}
.AnyTagClassName
{
color: #5D85CD;
}
</style>
background-color css
<style>
a { background-color: #5D85CD; }
a { background-color: rgb(93,133,205); }
div.DivClassName
{
background-color: #5D85CD;
}
.BgClassName
{
background-color: #5D85CD;
}
</style>
border-color css
<style>
span { border-color: #5D85CD; }
span { border-color: rgb(93,133,205); }
td.TdClassName
{
border-color: #5D85CD;
}
.TagClassName
{
border-color: #5D85CD;
}
</style>