Shades of Chetwode Blue #526EC0
Tints of Chetwode Blue #526EC0
RGB
CMYK
RGB Variations
Color information
#526EC0 (or 0x526EC0) is known color: Chetwode Blue. HEX triplet: 52, 6E and C0. RGB value is (82,110,192). Sum of RGB (Red+Green+Blue) = 82+110+192=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #526EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EC0 is #AD913F. Grayscale: #6E6E6E. Windows color (decimal): -11374912 or 12611154. OLE color: 12611154.
HSL color Cylindrical-coordinate representation of color #526EC0: hue angle of 224.73º 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 #526EC0 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 110 | 192 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.25 |
| HSL | 224.73º | 0.47% | 0.54% | - |
| HSV(B) | 224.73º | 0.57% | 0.75% | - |
| XYZ | 18.57 | 16.75 | 52.12 | - |
| YUV | 110.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 192 | 0.57 | 0.43 | 0 | 0.25 | 224.73 | 0.47 | 0.54 |
| Hex | 52 | 6E | C0 | 39 | 2B | 0 | 19 | E1 | 2F | 36 |
| Octal | 122 | 156 | 300 | 71 | 53 | 0 | 31 | 341 | 57 | 66 |
| Binary | 1010010 | 1101110 | 11000000 | 111001 | 101011 | 0 | 11001 | 11100001 | 101111 | 110110 |
Color Harmonies of #526EC0
Complementary color
Monochromatic Colors of #526EC0
Black with #526EC0
Text Example
Text Example
White with #526EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526EC0; }
p { color: rgb(82,110,192); }
H1.HeaderClassName
{
color: #526EC0;
}
.AnyTagClassName
{
color: #526EC0;
}
</style>
background-color css
<style>
a { background-color: #526EC0; }
a { background-color: rgb(82,110,192); }
div.DivClassName
{
background-color: #526EC0;
}
.BgClassName
{
background-color: #526EC0;
}
</style>
border-color css
<style>
span { border-color: #526EC0; }
span { border-color: rgb(82,110,192); }
td.TdClassName
{
border-color: #526EC0;
}
.TagClassName
{
border-color: #526EC0;
}
</style>