Shades of Chetwode Blue #536CC0
Tints of Chetwode Blue #536CC0
RGB
CMYK
RGB Variations
Color information
#536CC0 (or 0x536CC0) is known color: Chetwode Blue. HEX triplet: 53, 6C and C0. RGB value is (83,108,192). Sum of RGB (Red+Green+Blue) = 83+108+192=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #536CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CC0 is #AC933F. Grayscale: #6D6D6D. Windows color (decimal): -11309888 or 12610643. OLE color: 12610643.
HSL color Cylindrical-coordinate representation of color #536CC0: hue angle of 226.24º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #536CC0 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 108 | 192 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.25 |
| HSL | 226.24º | 0.46% | 0.54% | - |
| HSV(B) | 226.24º | 0.57% | 0.75% | - |
| XYZ | 18.44 | 16.37 | 52.06 | - |
| YUV | 110.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 192 | 0.57 | 0.44 | 0 | 0.25 | 226.24 | 0.46 | 0.54 |
| Hex | 53 | 6C | C0 | 39 | 2C | 0 | 19 | E2 | 2E | 36 |
| Octal | 123 | 154 | 300 | 71 | 54 | 0 | 31 | 342 | 56 | 66 |
| Binary | 1010011 | 1101100 | 11000000 | 111001 | 101100 | 0 | 11001 | 11100010 | 101110 | 110110 |
Color Harmonies of #536CC0
Complementary color
Monochromatic Colors of #536CC0
Black with #536CC0
Text Example
Text Example
White with #536CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CC0; }
p { color: rgb(83,108,192); }
H1.HeaderClassName
{
color: #536CC0;
}
.AnyTagClassName
{
color: #536CC0;
}
</style>
background-color css
<style>
a { background-color: #536CC0; }
a { background-color: rgb(83,108,192); }
div.DivClassName
{
background-color: #536CC0;
}
.BgClassName
{
background-color: #536CC0;
}
</style>
border-color css
<style>
span { border-color: #536CC0; }
span { border-color: rgb(83,108,192); }
td.TdClassName
{
border-color: #536CC0;
}
.TagClassName
{
border-color: #536CC0;
}
</style>