Shades of Havelock Blue #527DCE
Tints of Havelock Blue #527DCE
RGB
CMYK
RGB Variations
Color information
#527DCE (or 0x527DCE) is known color: Havelock Blue. HEX triplet: 52, 7D and CE. RGB value is (82,125,206). Sum of RGB (Red+Green+Blue) = 82+125+206=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #527DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DCE is #AD8231. Grayscale: #797979. Windows color (decimal): -11371058 or 13532498. OLE color: 13532498.
HSL color Cylindrical-coordinate representation of color #527DCE: hue angle of 219.19º 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 #527DCE is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 125 | 206 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.19 |
| HSL | 219.19º | 0.56% | 0.56% | - |
| HSV(B) | 219.19º | 0.6% | 0.81% | - |
| XYZ | 21.95 | 20.92 | 61.27 | - |
| YUV | 121.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 206 | 0.60 | 0.39 | 0 | 0.19 | 219.19 | 0.56 | 0.56 |
| Hex | 52 | 7D | CE | 3C | 27 | 0 | 13 | DB | 38 | 38 |
| Octal | 122 | 175 | 316 | 74 | 47 | 0 | 23 | 333 | 70 | 70 |
| Binary | 1010010 | 1111101 | 11001110 | 111100 | 100111 | 0 | 10011 | 11011011 | 111000 | 111000 |
Color Harmonies of #527DCE
Complementary color
Monochromatic Colors of #527DCE
Black with #527DCE
Text Example
Text Example
White with #527DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DCE; }
p { color: rgb(82,125,206); }
H1.HeaderClassName
{
color: #527DCE;
}
.AnyTagClassName
{
color: #527DCE;
}
</style>
background-color css
<style>
a { background-color: #527DCE; }
a { background-color: rgb(82,125,206); }
div.DivClassName
{
background-color: #527DCE;
}
.BgClassName
{
background-color: #527DCE;
}
</style>
border-color css
<style>
span { border-color: #527DCE; }
span { border-color: rgb(82,125,206); }
td.TdClassName
{
border-color: #527DCE;
}
.TagClassName
{
border-color: #527DCE;
}
</style>