Shades of Havelock Blue #5285CB
Tints of Havelock Blue #5285CB
RGB
CMYK
RGB Variations
Color information
#5285CB (or 0x5285CB) is known color: Havelock Blue. HEX triplet: 52, 85 and CB. RGB value is (82,133,203). Sum of RGB (Red+Green+Blue) = 82+133+203=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #5285CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285CB is #AD7A34. Grayscale: #7D7D7D. Windows color (decimal): -11369013 or 13337938. OLE color: 13337938.
HSL color Cylindrical-coordinate representation of color #5285CB: hue angle of 214.71º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5285CB is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 133 | 203 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.20 |
| HSL | 214.71º | 0.54% | 0.56% | - |
| HSV(B) | 214.71º | 0.6% | 0.8% | - |
| XYZ | 22.65 | 22.88 | 59.72 | - |
| YUV | 125.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 203 | 0.60 | 0.34 | 0 | 0.20 | 214.71 | 0.54 | 0.56 |
| Hex | 52 | 85 | CB | 3C | 22 | 0 | 14 | D7 | 36 | 38 |
| Octal | 122 | 205 | 313 | 74 | 42 | 0 | 24 | 327 | 66 | 70 |
| Binary | 1010010 | 10000101 | 11001011 | 111100 | 100010 | 0 | 10100 | 11010111 | 110110 | 111000 |
Color Harmonies of #5285CB
Complementary color
Monochromatic Colors of #5285CB
Black with #5285CB
Text Example
Text Example
White with #5285CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285CB; }
p { color: rgb(82,133,203); }
H1.HeaderClassName
{
color: #5285CB;
}
.AnyTagClassName
{
color: #5285CB;
}
</style>
background-color css
<style>
a { background-color: #5285CB; }
a { background-color: rgb(82,133,203); }
div.DivClassName
{
background-color: #5285CB;
}
.BgClassName
{
background-color: #5285CB;
}
</style>
border-color css
<style>
span { border-color: #5285CB; }
span { border-color: rgb(82,133,203); }
td.TdClassName
{
border-color: #5285CB;
}
.TagClassName
{
border-color: #5285CB;
}
</style>