Shades of Havelock Blue #5281CC
Tints of Havelock Blue #5281CC
RGB
CMYK
RGB Variations
Color information
#5281CC (or 0x5281CC) is known color: Havelock Blue. HEX triplet: 52, 81 and CC. RGB value is (82,129,204). Sum of RGB (Red+Green+Blue) = 82+129+204=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #5281CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281CC is #AD7E33. Grayscale: #7B7B7B. Windows color (decimal): -11370036 or 13402450. OLE color: 13402450.
HSL color Cylindrical-coordinate representation of color #5281CC: hue angle of 216.89º 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 #5281CC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 129 | 204 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.2 |
| HSL | 216.89º | 0.54% | 0.56% | - |
| HSV(B) | 216.89º | 0.6% | 0.8% | - |
| XYZ | 22.23 | 21.85 | 60.17 | - |
| YUV | 123.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 204 | 0.60 | 0.37 | 0 | 0.2 | 216.89 | 0.54 | 0.56 |
| Hex | 52 | 81 | CC | 3C | 25 | 0 | 14 | D9 | 36 | 38 |
| Octal | 122 | 201 | 314 | 74 | 45 | 0 | 24 | 331 | 66 | 70 |
| Binary | 1010010 | 10000001 | 11001100 | 111100 | 100101 | 0 | 10100 | 11011001 | 110110 | 111000 |
Color Harmonies of #5281CC
Complementary color
Monochromatic Colors of #5281CC
Black with #5281CC
Text Example
Text Example
White with #5281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281CC; }
p { color: rgb(82,129,204); }
H1.HeaderClassName
{
color: #5281CC;
}
.AnyTagClassName
{
color: #5281CC;
}
</style>
background-color css
<style>
a { background-color: #5281CC; }
a { background-color: rgb(82,129,204); }
div.DivClassName
{
background-color: #5281CC;
}
.BgClassName
{
background-color: #5281CC;
}
</style>
border-color css
<style>
span { border-color: #5281CC; }
span { border-color: rgb(82,129,204); }
td.TdClassName
{
border-color: #5281CC;
}
.TagClassName
{
border-color: #5281CC;
}
</style>