Shades of Chetwode Blue #526DBE
Tints of Chetwode Blue #526DBE
RGB
CMYK
RGB Variations
Color information
#526DBE (or 0x526DBE) is known color: Chetwode Blue. HEX triplet: 52, 6D and BE. RGB value is (82,109,190). Sum of RGB (Red+Green+Blue) = 82+109+190=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #526DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DBE is #AD9241. Grayscale: #6D6D6D. Windows color (decimal): -11375170 or 12479826. OLE color: 12479826.
HSL color Cylindrical-coordinate representation of color #526DBE: hue angle of 225º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526DBE is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 109 | 190 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.25 |
| HSL | 225º | 0.45% | 0.53% | - |
| HSV(B) | 225º | 0.57% | 0.75% | - |
| XYZ | 18.24 | 16.45 | 50.93 | - |
| YUV | 110.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 190 | 0.57 | 0.43 | 0 | 0.25 | 225 | 0.45 | 0.53 |
| Hex | 52 | 6D | BE | 39 | 2B | 0 | 19 | E1 | 2D | 35 |
| Octal | 122 | 155 | 276 | 71 | 53 | 0 | 31 | 341 | 55 | 65 |
| Binary | 1010010 | 1101101 | 10111110 | 111001 | 101011 | 0 | 11001 | 11100001 | 101101 | 110101 |
Color Harmonies of #526DBE
Complementary color
Monochromatic Colors of #526DBE
Black with #526DBE
Text Example
Text Example
White with #526DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DBE; }
p { color: rgb(82,109,190); }
H1.HeaderClassName
{
color: #526DBE;
}
.AnyTagClassName
{
color: #526DBE;
}
</style>
background-color css
<style>
a { background-color: #526DBE; }
a { background-color: rgb(82,109,190); }
div.DivClassName
{
background-color: #526DBE;
}
.BgClassName
{
background-color: #526DBE;
}
</style>
border-color css
<style>
span { border-color: #526DBE; }
span { border-color: rgb(82,109,190); }
td.TdClassName
{
border-color: #526DBE;
}
.TagClassName
{
border-color: #526DBE;
}
</style>