Shades of Chetwode Blue #526FB5
Tints of Chetwode Blue #526FB5
RGB
CMYK
RGB Variations
Color information
#526FB5 (or 0x526FB5) is known color: Chetwode Blue. HEX triplet: 52, 6F and B5. RGB value is (82,111,181). Sum of RGB (Red+Green+Blue) = 82+111+181=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #526FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FB5 is #AD904A. Grayscale: #6D6D6D. Windows color (decimal): -11374667 or 11890514. OLE color: 11890514.
HSL color Cylindrical-coordinate representation of color #526FB5: hue angle of 222.42º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526FB5 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 111 | 181 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.29 |
| HSL | 222.42º | 0.4% | 0.52% | - |
| HSV(B) | 222.42º | 0.55% | 0.71% | - |
| XYZ | 17.5 | 16.5 | 45.98 | - |
| YUV | 110.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 181 | 0.55 | 0.39 | 0 | 0.29 | 222.42 | 0.4 | 0.52 |
| Hex | 52 | 6F | B5 | 37 | 27 | 0 | 1D | DE | 28 | 34 |
| Octal | 122 | 157 | 265 | 67 | 47 | 0 | 35 | 336 | 50 | 64 |
| Binary | 1010010 | 1101111 | 10110101 | 110111 | 100111 | 0 | 11101 | 11011110 | 101000 | 110100 |
Color Harmonies of #526FB5
Complementary color
Monochromatic Colors of #526FB5
Black with #526FB5
Text Example
Text Example
White with #526FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FB5; }
p { color: rgb(82,111,181); }
H1.HeaderClassName
{
color: #526FB5;
}
.AnyTagClassName
{
color: #526FB5;
}
</style>
background-color css
<style>
a { background-color: #526FB5; }
a { background-color: rgb(82,111,181); }
div.DivClassName
{
background-color: #526FB5;
}
.BgClassName
{
background-color: #526FB5;
}
</style>
border-color css
<style>
span { border-color: #526FB5; }
span { border-color: rgb(82,111,181); }
td.TdClassName
{
border-color: #526FB5;
}
.TagClassName
{
border-color: #526FB5;
}
</style>