Shades of Chetwode Blue #526DB7
Tints of Chetwode Blue #526DB7
RGB
CMYK
RGB Variations
Color information
#526DB7 (or 0x526DB7) is known color: Chetwode Blue. HEX triplet: 52, 6D and B7. RGB value is (82,109,183). Sum of RGB (Red+Green+Blue) = 82+109+183=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #526DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DB7 is #AD9248. Grayscale: #6D6D6D. Windows color (decimal): -11375177 or 12021074. OLE color: 12021074.
HSL color Cylindrical-coordinate representation of color #526DB7: hue angle of 223.96º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526DB7 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 109 | 183 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.28 |
| HSL | 223.96º | 0.41% | 0.52% | - |
| HSV(B) | 223.96º | 0.55% | 0.72% | - |
| XYZ | 17.5 | 16.15 | 46.99 | - |
| YUV | 109.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 183 | 0.55 | 0.40 | 0 | 0.28 | 223.96 | 0.41 | 0.52 |
| Hex | 52 | 6D | B7 | 37 | 28 | 0 | 1C | E0 | 29 | 34 |
| Octal | 122 | 155 | 267 | 67 | 50 | 0 | 34 | 340 | 51 | 64 |
| Binary | 1010010 | 1101101 | 10110111 | 110111 | 101000 | 0 | 11100 | 11100000 | 101001 | 110100 |
Color Harmonies of #526DB7
Complementary color
Monochromatic Colors of #526DB7
Black with #526DB7
Text Example
Text Example
White with #526DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DB7; }
p { color: rgb(82,109,183); }
H1.HeaderClassName
{
color: #526DB7;
}
.AnyTagClassName
{
color: #526DB7;
}
</style>
background-color css
<style>
a { background-color: #526DB7; }
a { background-color: rgb(82,109,183); }
div.DivClassName
{
background-color: #526DB7;
}
.BgClassName
{
background-color: #526DB7;
}
</style>
border-color css
<style>
span { border-color: #526DB7; }
span { border-color: rgb(82,109,183); }
td.TdClassName
{
border-color: #526DB7;
}
.TagClassName
{
border-color: #526DB7;
}
</style>