Shades of Havelock Blue #5285BB
Tints of Havelock Blue #5285BB
RGB
CMYK
RGB Variations
Color information
#5285BB (or 0x5285BB) is known color: Havelock Blue. HEX triplet: 52, 85 and BB. RGB value is (82,133,187). Sum of RGB (Red+Green+Blue) = 82+133+187=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #5285BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285BB is #AD7A44. Grayscale: #7B7B7B. Windows color (decimal): -11369029 or 12289362. OLE color: 12289362.
HSL color Cylindrical-coordinate representation of color #5285BB: hue angle of 210.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5285BB is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 133 | 187 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.27 |
| HSL | 210.86º | 0.44% | 0.53% | - |
| HSV(B) | 210.86º | 0.56% | 0.73% | - |
| XYZ | 20.84 | 22.16 | 50.19 | - |
| YUV | 123.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 187 | 0.56 | 0.29 | 0 | 0.27 | 210.86 | 0.44 | 0.53 |
| Hex | 52 | 85 | BB | 38 | 1D | 0 | 1B | D3 | 2C | 35 |
| Octal | 122 | 205 | 273 | 70 | 35 | 0 | 33 | 323 | 54 | 65 |
| Binary | 1010010 | 10000101 | 10111011 | 111000 | 11101 | 0 | 11011 | 11010011 | 101100 | 110101 |
Color Harmonies of #5285BB
Complementary color
Monochromatic Colors of #5285BB
Black with #5285BB
Text Example
Text Example
White with #5285BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285BB; }
p { color: rgb(82,133,187); }
H1.HeaderClassName
{
color: #5285BB;
}
.AnyTagClassName
{
color: #5285BB;
}
</style>
background-color css
<style>
a { background-color: #5285BB; }
a { background-color: rgb(82,133,187); }
div.DivClassName
{
background-color: #5285BB;
}
.BgClassName
{
background-color: #5285BB;
}
</style>
border-color css
<style>
span { border-color: #5285BB; }
span { border-color: rgb(82,133,187); }
td.TdClassName
{
border-color: #5285BB;
}
.TagClassName
{
border-color: #5285BB;
}
</style>