Shades of Havelock Blue #5282CC
Tints of Havelock Blue #5282CC
RGB
CMYK
RGB Variations
Color information
#5282CC (or 0x5282CC) is known color: Havelock Blue. HEX triplet: 52, 82 and CC. RGB value is (82,130,204). Sum of RGB (Red+Green+Blue) = 82+130+204=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #5282CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5282CC is #AD7D33. Grayscale: #7B7B7B. Windows color (decimal): -11369780 or 13402706. OLE color: 13402706.
HSL color Cylindrical-coordinate representation of color #5282CC: hue angle of 216.39º 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 #5282CC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 130 | 204 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.2 |
| HSL | 216.39º | 0.54% | 0.56% | - |
| HSV(B) | 216.39º | 0.6% | 0.8% | - |
| XYZ | 22.36 | 22.12 | 60.22 | - |
| YUV | 124.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 204 | 0.60 | 0.36 | 0 | 0.2 | 216.39 | 0.54 | 0.56 |
| Hex | 52 | 82 | CC | 3C | 24 | 0 | 14 | D8 | 36 | 38 |
| Octal | 122 | 202 | 314 | 74 | 44 | 0 | 24 | 330 | 66 | 70 |
| Binary | 1010010 | 10000010 | 11001100 | 111100 | 100100 | 0 | 10100 | 11011000 | 110110 | 111000 |
Color Harmonies of #5282CC
Complementary color
Monochromatic Colors of #5282CC
Black with #5282CC
Text Example
Text Example
White with #5282CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5282CC; }
p { color: rgb(82,130,204); }
H1.HeaderClassName
{
color: #5282CC;
}
.AnyTagClassName
{
color: #5282CC;
}
</style>
background-color css
<style>
a { background-color: #5282CC; }
a { background-color: rgb(82,130,204); }
div.DivClassName
{
background-color: #5282CC;
}
.BgClassName
{
background-color: #5282CC;
}
</style>
border-color css
<style>
span { border-color: #5282CC; }
span { border-color: rgb(82,130,204); }
td.TdClassName
{
border-color: #5282CC;
}
.TagClassName
{
border-color: #5282CC;
}
</style>