Shades of Chetwode Blue #526CB4
Tints of Chetwode Blue #526CB4
RGB
CMYK
RGB Variations
Color information
#526CB4 (or 0x526CB4) is known color: Chetwode Blue. HEX triplet: 52, 6C and B4. RGB value is (82,108,180). Sum of RGB (Red+Green+Blue) = 82+108+180=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #526CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CB4 is #AD934B. Grayscale: #6C6C6C. Windows color (decimal): -11375436 or 11824210. OLE color: 11824210.
HSL color Cylindrical-coordinate representation of color #526CB4: hue angle of 224.08º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #526CB4 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 108 | 180 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.29 |
| HSL | 224.08º | 0.4% | 0.51% | - |
| HSV(B) | 224.08º | 0.54% | 0.71% | - |
| XYZ | 17.08 | 15.81 | 45.33 | - |
| YUV | 108.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 180 | 0.54 | 0.40 | 0 | 0.29 | 224.08 | 0.4 | 0.51 |
| Hex | 52 | 6C | B4 | 36 | 28 | 0 | 1D | E0 | 28 | 33 |
| Octal | 122 | 154 | 264 | 66 | 50 | 0 | 35 | 340 | 50 | 63 |
| Binary | 1010010 | 1101100 | 10110100 | 110110 | 101000 | 0 | 11101 | 11100000 | 101000 | 110011 |
Color Harmonies of #526CB4
Complementary color
Monochromatic Colors of #526CB4
Black with #526CB4
Text Example
Text Example
White with #526CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CB4; }
p { color: rgb(82,108,180); }
H1.HeaderClassName
{
color: #526CB4;
}
.AnyTagClassName
{
color: #526CB4;
}
</style>
background-color css
<style>
a { background-color: #526CB4; }
a { background-color: rgb(82,108,180); }
div.DivClassName
{
background-color: #526CB4;
}
.BgClassName
{
background-color: #526CB4;
}
</style>
border-color css
<style>
span { border-color: #526CB4; }
span { border-color: rgb(82,108,180); }
td.TdClassName
{
border-color: #526CB4;
}
.TagClassName
{
border-color: #526CB4;
}
</style>