Shades of Chetwode Blue #526CBA
Tints of Chetwode Blue #526CBA
RGB
CMYK
RGB Variations
Color information
#526CBA (or 0x526CBA) is known color: Chetwode Blue. HEX triplet: 52, 6C and BA. RGB value is (82,108,186). Sum of RGB (Red+Green+Blue) = 82+108+186=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #526CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CBA is #AD9345. Grayscale: #6C6C6C. Windows color (decimal): -11375430 or 12217426. OLE color: 12217426.
HSL color Cylindrical-coordinate representation of color #526CBA: hue angle of 225º 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 #526CBA is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 108 | 186 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.27 |
| HSL | 225º | 0.43% | 0.53% | - |
| HSV(B) | 225º | 0.56% | 0.73% | - |
| XYZ | 17.71 | 16.06 | 48.62 | - |
| YUV | 109.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 186 | 0.56 | 0.42 | 0 | 0.27 | 225 | 0.43 | 0.53 |
| Hex | 52 | 6C | BA | 38 | 2A | 0 | 1B | E1 | 2B | 35 |
| Octal | 122 | 154 | 272 | 70 | 52 | 0 | 33 | 341 | 53 | 65 |
| Binary | 1010010 | 1101100 | 10111010 | 111000 | 101010 | 0 | 11011 | 11100001 | 101011 | 110101 |
Color Harmonies of #526CBA
Complementary color
Monochromatic Colors of #526CBA
Black with #526CBA
Text Example
Text Example
White with #526CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CBA; }
p { color: rgb(82,108,186); }
H1.HeaderClassName
{
color: #526CBA;
}
.AnyTagClassName
{
color: #526CBA;
}
</style>
background-color css
<style>
a { background-color: #526CBA; }
a { background-color: rgb(82,108,186); }
div.DivClassName
{
background-color: #526CBA;
}
.BgClassName
{
background-color: #526CBA;
}
</style>
border-color css
<style>
span { border-color: #526CBA; }
span { border-color: rgb(82,108,186); }
td.TdClassName
{
border-color: #526CBA;
}
.TagClassName
{
border-color: #526CBA;
}
</style>