Shades of Havelock Blue #5279CE
Tints of Havelock Blue #5279CE
RGB
CMYK
RGB Variations
Color information
#5279CE (or 0x5279CE) is known color: Havelock Blue. HEX triplet: 52, 79 and CE. RGB value is (82,121,206). Sum of RGB (Red+Green+Blue) = 82+121+206=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #5279CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279CE is #AD8631. Grayscale: #767676. Windows color (decimal): -11372082 or 13531474. OLE color: 13531474.
HSL color Cylindrical-coordinate representation of color #5279CE: hue angle of 221.13º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5279CE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 121 | 206 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.19 |
| HSL | 221.13º | 0.56% | 0.56% | - |
| HSV(B) | 221.13º | 0.6% | 0.81% | - |
| XYZ | 21.46 | 19.92 | 61.11 | - |
| YUV | 119.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 206 | 0.60 | 0.41 | 0 | 0.19 | 221.13 | 0.56 | 0.56 |
| Hex | 52 | 79 | CE | 3C | 29 | 0 | 13 | DD | 38 | 38 |
| Octal | 122 | 171 | 316 | 74 | 51 | 0 | 23 | 335 | 70 | 70 |
| Binary | 1010010 | 1111001 | 11001110 | 111100 | 101001 | 0 | 10011 | 11011101 | 111000 | 111000 |
Color Harmonies of #5279CE
Complementary color
Monochromatic Colors of #5279CE
Black with #5279CE
Text Example
Text Example
White with #5279CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279CE; }
p { color: rgb(82,121,206); }
H1.HeaderClassName
{
color: #5279CE;
}
.AnyTagClassName
{
color: #5279CE;
}
</style>
background-color css
<style>
a { background-color: #5279CE; }
a { background-color: rgb(82,121,206); }
div.DivClassName
{
background-color: #5279CE;
}
.BgClassName
{
background-color: #5279CE;
}
</style>
border-color css
<style>
span { border-color: #5279CE; }
span { border-color: rgb(82,121,206); }
td.TdClassName
{
border-color: #5279CE;
}
.TagClassName
{
border-color: #5279CE;
}
</style>