Shades of Havelock Blue #5282BC
Tints of Havelock Blue #5282BC
RGB
CMYK
RGB Variations
Color information
#5282BC (or 0x5282BC) is known color: Havelock Blue. HEX triplet: 52, 82 and BC. RGB value is (82,130,188). Sum of RGB (Red+Green+Blue) = 82+130+188=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #5282BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5282BC is #AD7D43. Grayscale: #797979. Windows color (decimal): -11369796 or 12354130. OLE color: 12354130.
HSL color Cylindrical-coordinate representation of color #5282BC: hue angle of 212.83º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5282BC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 130 | 188 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.26 |
| HSL | 212.83º | 0.44% | 0.53% | - |
| HSV(B) | 212.83º | 0.56% | 0.74% | - |
| XYZ | 20.54 | 21.39 | 50.62 | - |
| YUV | 122.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 188 | 0.56 | 0.31 | 0 | 0.26 | 212.83 | 0.44 | 0.53 |
| Hex | 52 | 82 | BC | 38 | 1F | 0 | 1A | D5 | 2C | 35 |
| Octal | 122 | 202 | 274 | 70 | 37 | 0 | 32 | 325 | 54 | 65 |
| Binary | 1010010 | 10000010 | 10111100 | 111000 | 11111 | 0 | 11010 | 11010101 | 101100 | 110101 |
Color Harmonies of #5282BC
Complementary color
Monochromatic Colors of #5282BC
Black with #5282BC
Text Example
Text Example
White with #5282BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282BC; }
p { color: rgb(82,130,188); }
H1.HeaderClassName
{
color: #5282BC;
}
.AnyTagClassName
{
color: #5282BC;
}
</style>
background-color css
<style>
a { background-color: #5282BC; }
a { background-color: rgb(82,130,188); }
div.DivClassName
{
background-color: #5282BC;
}
.BgClassName
{
background-color: #5282BC;
}
</style>
border-color css
<style>
span { border-color: #5282BC; }
span { border-color: rgb(82,130,188); }
td.TdClassName
{
border-color: #5282BC;
}
.TagClassName
{
border-color: #5282BC;
}
</style>