Shades of Chetwode Blue #526ABA
Tints of Chetwode Blue #526ABA
RGB
CMYK
RGB Variations
Color information
#526ABA (or 0x526ABA) is known color: Chetwode Blue. HEX triplet: 52, 6A and BA. RGB value is (82,106,186). Sum of RGB (Red+Green+Blue) = 82+106+186=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #526ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ABA is #AD9545. Grayscale: #6B6B6B. Windows color (decimal): -11375942 or 12216914. OLE color: 12216914.
HSL color Cylindrical-coordinate representation of color #526ABA: hue angle of 226.15º 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 #526ABA is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 106 | 186 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.27 |
| HSL | 226.15º | 0.43% | 0.53% | - |
| HSV(B) | 226.15º | 0.56% | 0.73% | - |
| XYZ | 17.5 | 15.65 | 48.55 | - |
| YUV | 107.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 186 | 0.56 | 0.43 | 0 | 0.27 | 226.15 | 0.43 | 0.53 |
| Hex | 52 | 6A | BA | 38 | 2B | 0 | 1B | E2 | 2B | 35 |
| Octal | 122 | 152 | 272 | 70 | 53 | 0 | 33 | 342 | 53 | 65 |
| Binary | 1010010 | 1101010 | 10111010 | 111000 | 101011 | 0 | 11011 | 11100010 | 101011 | 110101 |
Color Harmonies of #526ABA
Complementary color
Monochromatic Colors of #526ABA
Black with #526ABA
Text Example
Text Example
White with #526ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ABA; }
p { color: rgb(82,106,186); }
H1.HeaderClassName
{
color: #526ABA;
}
.AnyTagClassName
{
color: #526ABA;
}
</style>
background-color css
<style>
a { background-color: #526ABA; }
a { background-color: rgb(82,106,186); }
div.DivClassName
{
background-color: #526ABA;
}
.BgClassName
{
background-color: #526ABA;
}
</style>
border-color css
<style>
span { border-color: #526ABA; }
span { border-color: rgb(82,106,186); }
td.TdClassName
{
border-color: #526ABA;
}
.TagClassName
{
border-color: #526ABA;
}
</style>