Shades of Havelock Blue #527EB5
Tints of Havelock Blue #527EB5
RGB
CMYK
RGB Variations
Color information
#527EB5 (or 0x527EB5) is known color: Havelock Blue. HEX triplet: 52, 7E and B5. RGB value is (82,126,181). Sum of RGB (Red+Green+Blue) = 82+126+181=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #527EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EB5 is #AD814A. Grayscale: #767676. Windows color (decimal): -11370827 or 11894354. OLE color: 11894354.
HSL color Cylindrical-coordinate representation of color #527EB5: hue angle of 213.33º 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 #527EB5 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 126 | 181 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.29 |
| HSL | 213.33º | 0.4% | 0.52% | - |
| HSV(B) | 213.33º | 0.55% | 0.71% | - |
| XYZ | 19.28 | 20.05 | 46.57 | - |
| YUV | 119.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 181 | 0.55 | 0.30 | 0 | 0.29 | 213.33 | 0.4 | 0.52 |
| Hex | 52 | 7E | B5 | 37 | 1E | 0 | 1D | D5 | 28 | 34 |
| Octal | 122 | 176 | 265 | 67 | 36 | 0 | 35 | 325 | 50 | 64 |
| Binary | 1010010 | 1111110 | 10110101 | 110111 | 11110 | 0 | 11101 | 11010101 | 101000 | 110100 |
Color Harmonies of #527EB5
Complementary color
Monochromatic Colors of #527EB5
Black with #527EB5
Text Example
Text Example
White with #527EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EB5; }
p { color: rgb(82,126,181); }
H1.HeaderClassName
{
color: #527EB5;
}
.AnyTagClassName
{
color: #527EB5;
}
</style>
background-color css
<style>
a { background-color: #527EB5; }
a { background-color: rgb(82,126,181); }
div.DivClassName
{
background-color: #527EB5;
}
.BgClassName
{
background-color: #527EB5;
}
</style>
border-color css
<style>
span { border-color: #527EB5; }
span { border-color: rgb(82,126,181); }
td.TdClassName
{
border-color: #527EB5;
}
.TagClassName
{
border-color: #527EB5;
}
</style>