Shades of Chetwode Blue #536EC2
Tints of Chetwode Blue #536EC2
RGB
CMYK
RGB Variations
Color information
#536EC2 (or 0x536EC2) is known color: Chetwode Blue. HEX triplet: 53, 6E and C2. RGB value is (83,110,194). Sum of RGB (Red+Green+Blue) = 83+110+194=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #536EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EC2 is #AC913D. Grayscale: #6F6F6F. Windows color (decimal): -11309374 or 12742227. OLE color: 12742227.
HSL color Cylindrical-coordinate representation of color #536EC2: hue angle of 225.41º degrees, saturation: 0.48, 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 #536EC2 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 110 | 194 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.24 |
| HSL | 225.41º | 0.48% | 0.54% | - |
| HSV(B) | 225.41º | 0.57% | 0.76% | - |
| XYZ | 18.88 | 16.89 | 53.3 | - |
| YUV | 111.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 194 | 0.57 | 0.43 | 0 | 0.24 | 225.41 | 0.48 | 0.54 |
| Hex | 53 | 6E | C2 | 39 | 2B | 0 | 18 | E1 | 30 | 36 |
| Octal | 123 | 156 | 302 | 71 | 53 | 0 | 30 | 341 | 60 | 66 |
| Binary | 1010011 | 1101110 | 11000010 | 111001 | 101011 | 0 | 11000 | 11100001 | 110000 | 110110 |
Color Harmonies of #536EC2
Complementary color
Monochromatic Colors of #536EC2
Black with #536EC2
Text Example
Text Example
White with #536EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536EC2; }
p { color: rgb(83,110,194); }
H1.HeaderClassName
{
color: #536EC2;
}
.AnyTagClassName
{
color: #536EC2;
}
</style>
background-color css
<style>
a { background-color: #536EC2; }
a { background-color: rgb(83,110,194); }
div.DivClassName
{
background-color: #536EC2;
}
.BgClassName
{
background-color: #536EC2;
}
</style>
border-color css
<style>
span { border-color: #536EC2; }
span { border-color: rgb(83,110,194); }
td.TdClassName
{
border-color: #536EC2;
}
.TagClassName
{
border-color: #536EC2;
}
</style>