Shades of Chetwode Blue #526EBA
Tints of Chetwode Blue #526EBA
RGB
CMYK
RGB Variations
Color information
#526EBA (or 0x526EBA) is known color: Chetwode Blue. HEX triplet: 52, 6E and BA. RGB value is (82,110,186). Sum of RGB (Red+Green+Blue) = 82+110+186=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #526EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EBA is #AD9145. Grayscale: #6D6D6D. Windows color (decimal): -11374918 or 12217938. OLE color: 12217938.
HSL color Cylindrical-coordinate representation of color #526EBA: hue angle of 223.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #526EBA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 110 | 186 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.27 |
| HSL | 223.85º | 0.43% | 0.53% | - |
| HSV(B) | 223.85º | 0.56% | 0.73% | - |
| XYZ | 17.92 | 16.49 | 48.69 | - |
| YUV | 110.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 186 | 0.56 | 0.41 | 0 | 0.27 | 223.85 | 0.43 | 0.53 |
| Hex | 52 | 6E | BA | 38 | 29 | 0 | 1B | E0 | 2B | 35 |
| Octal | 122 | 156 | 272 | 70 | 51 | 0 | 33 | 340 | 53 | 65 |
| Binary | 1010010 | 1101110 | 10111010 | 111000 | 101001 | 0 | 11011 | 11100000 | 101011 | 110101 |
Color Harmonies of #526EBA
Complementary color
Monochromatic Colors of #526EBA
Black with #526EBA
Text Example
Text Example
White with #526EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526EBA; }
p { color: rgb(82,110,186); }
H1.HeaderClassName
{
color: #526EBA;
}
.AnyTagClassName
{
color: #526EBA;
}
</style>
background-color css
<style>
a { background-color: #526EBA; }
a { background-color: rgb(82,110,186); }
div.DivClassName
{
background-color: #526EBA;
}
.BgClassName
{
background-color: #526EBA;
}
</style>
border-color css
<style>
span { border-color: #526EBA; }
span { border-color: rgb(82,110,186); }
td.TdClassName
{
border-color: #526EBA;
}
.TagClassName
{
border-color: #526EBA;
}
</style>