Shades of Havelock Blue #5D88CD
Tints of Havelock Blue #5D88CD
RGB
CMYK
RGB Variations
Color information
#5D88CD (or 0x5D88CD) is known color: Havelock Blue. HEX triplet: 5D, 88 and CD. RGB value is (93,136,205). Sum of RGB (Red+Green+Blue) = 93+136+205=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D88CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D88CD is #A27732. Grayscale: #828282. Windows color (decimal): -10647347 or 13469789. OLE color: 13469789.
HSL color Cylindrical-coordinate representation of color #5D88CD: hue angle of 216.96º 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 #5D88CD is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 136 | 205 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.20 |
| HSL | 216.96º | 0.53% | 0.58% | - |
| HSV(B) | 216.96º | 0.55% | 0.8% | - |
| XYZ | 24.34 | 24.34 | 61.17 | - |
| YUV | 131.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 205 | 0.55 | 0.34 | 0 | 0.20 | 216.96 | 0.53 | 0.58 |
| Hex | 5D | 88 | CD | 37 | 22 | 0 | 14 | D9 | 35 | 3A |
| Octal | 135 | 210 | 315 | 67 | 42 | 0 | 24 | 331 | 65 | 72 |
| Binary | 1011101 | 10001000 | 11001101 | 110111 | 100010 | 0 | 10100 | 11011001 | 110101 | 111010 |
Color Harmonies of #5D88CD
Complementary color
Monochromatic Colors of #5D88CD
Black with #5D88CD
Text Example
Text Example
White with #5D88CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D88CD; }
p { color: rgb(93,136,205); }
H1.HeaderClassName
{
color: #5D88CD;
}
.AnyTagClassName
{
color: #5D88CD;
}
</style>
background-color css
<style>
a { background-color: #5D88CD; }
a { background-color: rgb(93,136,205); }
div.DivClassName
{
background-color: #5D88CD;
}
.BgClassName
{
background-color: #5D88CD;
}
</style>
border-color css
<style>
span { border-color: #5D88CD; }
span { border-color: rgb(93,136,205); }
td.TdClassName
{
border-color: #5D88CD;
}
.TagClassName
{
border-color: #5D88CD;
}
</style>