Shades of Havelock Blue #527EC4
Tints of Havelock Blue #527EC4
RGB
CMYK
RGB Variations
Color information
#527EC4 (or 0x527EC4) is known color: Havelock Blue. HEX triplet: 52, 7E and C4. RGB value is (82,126,196). Sum of RGB (Red+Green+Blue) = 82+126+196=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #527EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EC4 is #AD813B. Grayscale: #787878. Windows color (decimal): -11370812 or 12877394. OLE color: 12877394.
HSL color Cylindrical-coordinate representation of color #527EC4: hue angle of 216.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527EC4 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 126 | 196 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.23 |
| HSL | 216.84º | 0.49% | 0.55% | - |
| HSV(B) | 216.84º | 0.58% | 0.77% | - |
| XYZ | 20.9 | 20.7 | 55.12 | - |
| YUV | 120.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 196 | 0.58 | 0.36 | 0 | 0.23 | 216.84 | 0.49 | 0.55 |
| Hex | 52 | 7E | C4 | 3A | 24 | 0 | 17 | D9 | 31 | 37 |
| Octal | 122 | 176 | 304 | 72 | 44 | 0 | 27 | 331 | 61 | 67 |
| Binary | 1010010 | 1111110 | 11000100 | 111010 | 100100 | 0 | 10111 | 11011001 | 110001 | 110111 |
Color Harmonies of #527EC4
Complementary color
Monochromatic Colors of #527EC4
Black with #527EC4
Text Example
Text Example
White with #527EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EC4; }
p { color: rgb(82,126,196); }
H1.HeaderClassName
{
color: #527EC4;
}
.AnyTagClassName
{
color: #527EC4;
}
</style>
background-color css
<style>
a { background-color: #527EC4; }
a { background-color: rgb(82,126,196); }
div.DivClassName
{
background-color: #527EC4;
}
.BgClassName
{
background-color: #527EC4;
}
</style>
border-color css
<style>
span { border-color: #527EC4; }
span { border-color: rgb(82,126,196); }
td.TdClassName
{
border-color: #527EC4;
}
.TagClassName
{
border-color: #527EC4;
}
</style>