Shades of Chetwode Blue #526DB6
Tints of Chetwode Blue #526DB6
RGB
CMYK
RGB Variations
Color information
#526DB6 (or 0x526DB6) is known color: Chetwode Blue. HEX triplet: 52, 6D and B6. RGB value is (82,109,182). Sum of RGB (Red+Green+Blue) = 82+109+182=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #526DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DB6 is #AD9249. Grayscale: #6C6C6C. Windows color (decimal): -11375178 or 11955538. OLE color: 11955538.
HSL color Cylindrical-coordinate representation of color #526DB6: hue angle of 223.8º degrees, saturation: 0.41, 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 #526DB6 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 109 | 182 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.29 |
| HSL | 223.8º | 0.41% | 0.52% | - |
| HSV(B) | 223.8º | 0.55% | 0.71% | - |
| XYZ | 17.39 | 16.11 | 46.45 | - |
| YUV | 109.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 182 | 0.55 | 0.40 | 0 | 0.29 | 223.8 | 0.41 | 0.52 |
| Hex | 52 | 6D | B6 | 37 | 28 | 0 | 1D | E0 | 29 | 34 |
| Octal | 122 | 155 | 266 | 67 | 50 | 0 | 35 | 340 | 51 | 64 |
| Binary | 1010010 | 1101101 | 10110110 | 110111 | 101000 | 0 | 11101 | 11100000 | 101001 | 110100 |
Color Harmonies of #526DB6
Complementary color
Monochromatic Colors of #526DB6
Black with #526DB6
Text Example
Text Example
White with #526DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DB6; }
p { color: rgb(82,109,182); }
H1.HeaderClassName
{
color: #526DB6;
}
.AnyTagClassName
{
color: #526DB6;
}
</style>
background-color css
<style>
a { background-color: #526DB6; }
a { background-color: rgb(82,109,182); }
div.DivClassName
{
background-color: #526DB6;
}
.BgClassName
{
background-color: #526DB6;
}
</style>
border-color css
<style>
span { border-color: #526DB6; }
span { border-color: rgb(82,109,182); }
td.TdClassName
{
border-color: #526DB6;
}
.TagClassName
{
border-color: #526DB6;
}
</style>