Shades of Havelock Blue #527DB5
Tints of Havelock Blue #527DB5
RGB
CMYK
RGB Variations
Color information
#527DB5 (or 0x527DB5) is known color: Havelock Blue. HEX triplet: 52, 7D and B5. RGB value is (82,125,181). Sum of RGB (Red+Green+Blue) = 82+125+181=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #527DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DB5 is #AD824A. Grayscale: #767676. Windows color (decimal): -11371083 or 11894098. OLE color: 11894098.
HSL color Cylindrical-coordinate representation of color #527DB5: hue angle of 213.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527DB5 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 125 | 181 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.29 |
| HSL | 213.94º | 0.4% | 0.52% | - |
| HSV(B) | 213.94º | 0.55% | 0.71% | - |
| XYZ | 19.15 | 19.8 | 46.53 | - |
| YUV | 118.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 181 | 0.55 | 0.31 | 0 | 0.29 | 213.94 | 0.4 | 0.52 |
| Hex | 52 | 7D | B5 | 37 | 1F | 0 | 1D | D6 | 28 | 34 |
| Octal | 122 | 175 | 265 | 67 | 37 | 0 | 35 | 326 | 50 | 64 |
| Binary | 1010010 | 1111101 | 10110101 | 110111 | 11111 | 0 | 11101 | 11010110 | 101000 | 110100 |
Color Harmonies of #527DB5
Complementary color
Monochromatic Colors of #527DB5
Black with #527DB5
Text Example
Text Example
White with #527DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DB5; }
p { color: rgb(82,125,181); }
H1.HeaderClassName
{
color: #527DB5;
}
.AnyTagClassName
{
color: #527DB5;
}
</style>
background-color css
<style>
a { background-color: #527DB5; }
a { background-color: rgb(82,125,181); }
div.DivClassName
{
background-color: #527DB5;
}
.BgClassName
{
background-color: #527DB5;
}
</style>
border-color css
<style>
span { border-color: #527DB5; }
span { border-color: rgb(82,125,181); }
td.TdClassName
{
border-color: #527DB5;
}
.TagClassName
{
border-color: #527DB5;
}
</style>