Shades of Havelock Blue #526FC0
Tints of Havelock Blue #526FC0
RGB
CMYK
RGB Variations
Color information
#526FC0 (or 0x526FC0) is known color: Havelock Blue. HEX triplet: 52, 6F and C0. RGB value is (82,111,192). Sum of RGB (Red+Green+Blue) = 82+111+192=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #526FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FC0 is #AD903F. Grayscale: #6F6F6F. Windows color (decimal): -11374656 or 12611410. OLE color: 12611410.
HSL color Cylindrical-coordinate representation of color #526FC0: hue angle of 224.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526FC0 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 111 | 192 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.25 |
| HSL | 224.18º | 0.47% | 0.54% | - |
| HSV(B) | 224.18º | 0.57% | 0.75% | - |
| XYZ | 18.68 | 16.97 | 52.16 | - |
| YUV | 111.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 192 | 0.57 | 0.42 | 0 | 0.25 | 224.18 | 0.47 | 0.54 |
| Hex | 52 | 6F | C0 | 39 | 2A | 0 | 19 | E0 | 2F | 36 |
| Octal | 122 | 157 | 300 | 71 | 52 | 0 | 31 | 340 | 57 | 66 |
| Binary | 1010010 | 1101111 | 11000000 | 111001 | 101010 | 0 | 11001 | 11100000 | 101111 | 110110 |
Color Harmonies of #526FC0
Complementary color
Monochromatic Colors of #526FC0
Black with #526FC0
Text Example
Text Example
White with #526FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FC0; }
p { color: rgb(82,111,192); }
H1.HeaderClassName
{
color: #526FC0;
}
.AnyTagClassName
{
color: #526FC0;
}
</style>
background-color css
<style>
a { background-color: #526FC0; }
a { background-color: rgb(82,111,192); }
div.DivClassName
{
background-color: #526FC0;
}
.BgClassName
{
background-color: #526FC0;
}
</style>
border-color css
<style>
span { border-color: #526FC0; }
span { border-color: rgb(82,111,192); }
td.TdClassName
{
border-color: #526FC0;
}
.TagClassName
{
border-color: #526FC0;
}
</style>