Shades of Chetwode Blue #526FBA
Tints of Chetwode Blue #526FBA
RGB
CMYK
RGB Variations
Color information
#526FBA (or 0x526FBA) is known color: Chetwode Blue. HEX triplet: 52, 6F and BA. RGB value is (82,111,186). Sum of RGB (Red+Green+Blue) = 82+111+186=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #526FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FBA is #AD9045. Grayscale: #6E6E6E. Windows color (decimal): -11374662 or 12218194. OLE color: 12218194.
HSL color Cylindrical-coordinate representation of color #526FBA: hue angle of 223.27º 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 #526FBA is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 111 | 186 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.27 |
| HSL | 223.27º | 0.43% | 0.53% | - |
| HSV(B) | 223.27º | 0.56% | 0.73% | - |
| XYZ | 18.03 | 16.71 | 48.73 | - |
| YUV | 110.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 186 | 0.56 | 0.40 | 0 | 0.27 | 223.27 | 0.43 | 0.53 |
| Hex | 52 | 6F | BA | 38 | 28 | 0 | 1B | DF | 2B | 35 |
| Octal | 122 | 157 | 272 | 70 | 50 | 0 | 33 | 337 | 53 | 65 |
| Binary | 1010010 | 1101111 | 10111010 | 111000 | 101000 | 0 | 11011 | 11011111 | 101011 | 110101 |
Color Harmonies of #526FBA
Complementary color
Monochromatic Colors of #526FBA
Black with #526FBA
Text Example
Text Example
White with #526FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FBA; }
p { color: rgb(82,111,186); }
H1.HeaderClassName
{
color: #526FBA;
}
.AnyTagClassName
{
color: #526FBA;
}
</style>
background-color css
<style>
a { background-color: #526FBA; }
a { background-color: rgb(82,111,186); }
div.DivClassName
{
background-color: #526FBA;
}
.BgClassName
{
background-color: #526FBA;
}
</style>
border-color css
<style>
span { border-color: #526FBA; }
span { border-color: rgb(82,111,186); }
td.TdClassName
{
border-color: #526FBA;
}
.TagClassName
{
border-color: #526FBA;
}
</style>