Shades of Havelock Blue #5C85D6
Tints of Havelock Blue #5C85D6
RGB
CMYK
RGB Variations
Color information
#5C85D6 (or 0x5C85D6) is known color: Havelock Blue. HEX triplet: 5C, 85 and D6. RGB value is (92,133,214). Sum of RGB (Red+Green+Blue) = 92+133+214=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #5C85D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C85D6 is #A37A29. Grayscale: #818181. Windows color (decimal): -10713642 or 14058844. OLE color: 14058844.
HSL color Cylindrical-coordinate representation of color #5C85D6: hue angle of 219.84º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C85D6 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 133 | 214 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.16 |
| HSL | 219.84º | 0.6% | 0.6% | - |
| HSV(B) | 219.84º | 0.57% | 0.84% | - |
| XYZ | 24.94 | 23.91 | 66.92 | - |
| YUV | 129.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 214 | 0.57 | 0.38 | 0 | 0.16 | 219.84 | 0.6 | 0.6 |
| Hex | 5C | 85 | D6 | 39 | 26 | 0 | 10 | DC | 3C | 3C |
| Octal | 134 | 205 | 326 | 71 | 46 | 0 | 20 | 334 | 74 | 74 |
| Binary | 1011100 | 10000101 | 11010110 | 111001 | 100110 | 0 | 10000 | 11011100 | 111100 | 111100 |
Color Harmonies of #5C85D6
Complementary color
Monochromatic Colors of #5C85D6
Black with #5C85D6
Text Example
Text Example
White with #5C85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C85D6; }
p { color: rgb(92,133,214); }
H1.HeaderClassName
{
color: #5C85D6;
}
.AnyTagClassName
{
color: #5C85D6;
}
</style>
background-color css
<style>
a { background-color: #5C85D6; }
a { background-color: rgb(92,133,214); }
div.DivClassName
{
background-color: #5C85D6;
}
.BgClassName
{
background-color: #5C85D6;
}
</style>
border-color css
<style>
span { border-color: #5C85D6; }
span { border-color: rgb(92,133,214); }
td.TdClassName
{
border-color: #5C85D6;
}
.TagClassName
{
border-color: #5C85D6;
}
</style>