Shades of Chetwode Blue #526CB8
Tints of Chetwode Blue #526CB8
RGB
CMYK
RGB Variations
Color information
#526CB8 (or 0x526CB8) is known color: Chetwode Blue. HEX triplet: 52, 6C and B8. RGB value is (82,108,184). Sum of RGB (Red+Green+Blue) = 82+108+184=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #526CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CB8 is #AD9347. Grayscale: #6C6C6C. Windows color (decimal): -11375432 or 12086354. OLE color: 12086354.
HSL color Cylindrical-coordinate representation of color #526CB8: hue angle of 224.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526CB8 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 108 | 184 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.28 |
| HSL | 224.71º | 0.42% | 0.52% | - |
| HSV(B) | 224.71º | 0.55% | 0.72% | - |
| XYZ | 17.49 | 15.98 | 47.51 | - |
| YUV | 108.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 184 | 0.55 | 0.41 | 0 | 0.28 | 224.71 | 0.42 | 0.52 |
| Hex | 52 | 6C | B8 | 37 | 29 | 0 | 1C | E1 | 2A | 34 |
| Octal | 122 | 154 | 270 | 67 | 51 | 0 | 34 | 341 | 52 | 64 |
| Binary | 1010010 | 1101100 | 10111000 | 110111 | 101001 | 0 | 11100 | 11100001 | 101010 | 110100 |
Color Harmonies of #526CB8
Complementary color
Monochromatic Colors of #526CB8
Black with #526CB8
Text Example
Text Example
White with #526CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CB8; }
p { color: rgb(82,108,184); }
H1.HeaderClassName
{
color: #526CB8;
}
.AnyTagClassName
{
color: #526CB8;
}
</style>
background-color css
<style>
a { background-color: #526CB8; }
a { background-color: rgb(82,108,184); }
div.DivClassName
{
background-color: #526CB8;
}
.BgClassName
{
background-color: #526CB8;
}
</style>
border-color css
<style>
span { border-color: #526CB8; }
span { border-color: rgb(82,108,184); }
td.TdClassName
{
border-color: #526CB8;
}
.TagClassName
{
border-color: #526CB8;
}
</style>