Shades of Chetwode Blue #536EC1
Tints of Chetwode Blue #536EC1
RGB
CMYK
RGB Variations
Color information
#536EC1 (or 0x536EC1) is known color: Chetwode Blue. HEX triplet: 53, 6E and C1. RGB value is (83,110,193). Sum of RGB (Red+Green+Blue) = 83+110+193=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #536EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EC1 is #AC913E. Grayscale: #6F6F6F. Windows color (decimal): -11309375 or 12676691. OLE color: 12676691.
HSL color Cylindrical-coordinate representation of color #536EC1: hue angle of 225.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #536EC1 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 110 | 193 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.24 |
| HSL | 225.27º | 0.47% | 0.54% | - |
| HSV(B) | 225.27º | 0.57% | 0.76% | - |
| XYZ | 18.77 | 16.84 | 52.71 | - |
| YUV | 111.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 193 | 0.57 | 0.43 | 0 | 0.24 | 225.27 | 0.47 | 0.54 |
| Hex | 53 | 6E | C1 | 39 | 2B | 0 | 18 | E1 | 2F | 36 |
| Octal | 123 | 156 | 301 | 71 | 53 | 0 | 30 | 341 | 57 | 66 |
| Binary | 1010011 | 1101110 | 11000001 | 111001 | 101011 | 0 | 11000 | 11100001 | 101111 | 110110 |
Color Harmonies of #536EC1
Complementary color
Monochromatic Colors of #536EC1
Black with #536EC1
Text Example
Text Example
White with #536EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536EC1; }
p { color: rgb(83,110,193); }
H1.HeaderClassName
{
color: #536EC1;
}
.AnyTagClassName
{
color: #536EC1;
}
</style>
background-color css
<style>
a { background-color: #536EC1; }
a { background-color: rgb(83,110,193); }
div.DivClassName
{
background-color: #536EC1;
}
.BgClassName
{
background-color: #536EC1;
}
</style>
border-color css
<style>
span { border-color: #536EC1; }
span { border-color: rgb(83,110,193); }
td.TdClassName
{
border-color: #536EC1;
}
.TagClassName
{
border-color: #536EC1;
}
</style>