Shades of Chetwode Blue #5269B4
Tints of Chetwode Blue #5269B4
RGB
CMYK
RGB Variations
Color information
#5269B4 (or 0x5269B4) is known color: Chetwode Blue. HEX triplet: 52, 69 and B4. RGB value is (82,105,180). Sum of RGB (Red+Green+Blue) = 82+105+180=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #5269B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5269B4 is #AD964B. Grayscale: #6A6A6A. Windows color (decimal): -11376204 or 11823442. OLE color: 11823442.
HSL color Cylindrical-coordinate representation of color #5269B4: hue angle of 225.92º 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 #5269B4 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 105 | 180 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.29 |
| HSL | 225.92º | 0.4% | 0.51% | - |
| HSV(B) | 225.92º | 0.54% | 0.71% | - |
| XYZ | 16.77 | 15.19 | 45.23 | - |
| YUV | 106.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 180 | 0.54 | 0.42 | 0 | 0.29 | 225.92 | 0.4 | 0.51 |
| Hex | 52 | 69 | B4 | 36 | 2A | 0 | 1D | E2 | 28 | 33 |
| Octal | 122 | 151 | 264 | 66 | 52 | 0 | 35 | 342 | 50 | 63 |
| Binary | 1010010 | 1101001 | 10110100 | 110110 | 101010 | 0 | 11101 | 11100010 | 101000 | 110011 |
Color Harmonies of #5269B4
Complementary color
Monochromatic Colors of #5269B4
Black with #5269B4
Text Example
Text Example
White with #5269B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5269B4; }
p { color: rgb(82,105,180); }
H1.HeaderClassName
{
color: #5269B4;
}
.AnyTagClassName
{
color: #5269B4;
}
</style>
background-color css
<style>
a { background-color: #5269B4; }
a { background-color: rgb(82,105,180); }
div.DivClassName
{
background-color: #5269B4;
}
.BgClassName
{
background-color: #5269B4;
}
</style>
border-color css
<style>
span { border-color: #5269B4; }
span { border-color: rgb(82,105,180); }
td.TdClassName
{
border-color: #5269B4;
}
.TagClassName
{
border-color: #5269B4;
}
</style>