Shades of Chetwode Blue #536FC0
Tints of Chetwode Blue #536FC0
RGB
CMYK
RGB Variations
Color information
#536FC0 (or 0x536FC0) is known color: Chetwode Blue. HEX triplet: 53, 6F and C0. RGB value is (83,111,192). Sum of RGB (Red+Green+Blue) = 83+111+192=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #536FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FC0 is #AC903F. Grayscale: #6F6F6F. Windows color (decimal): -11309120 or 12611411. OLE color: 12611411.
HSL color Cylindrical-coordinate representation of color #536FC0: hue angle of 224.59º 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 #536FC0 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 111 | 192 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.25 |
| HSL | 224.59º | 0.46% | 0.54% | - |
| HSV(B) | 224.59º | 0.57% | 0.75% | - |
| XYZ | 18.77 | 17.01 | 52.16 | - |
| YUV | 111.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 192 | 0.57 | 0.42 | 0 | 0.25 | 224.59 | 0.46 | 0.54 |
| Hex | 53 | 6F | C0 | 39 | 2A | 0 | 19 | E1 | 2E | 36 |
| Octal | 123 | 157 | 300 | 71 | 52 | 0 | 31 | 341 | 56 | 66 |
| Binary | 1010011 | 1101111 | 11000000 | 111001 | 101010 | 0 | 11001 | 11100001 | 101110 | 110110 |
Color Harmonies of #536FC0
Complementary color
Monochromatic Colors of #536FC0
Black with #536FC0
Text Example
Text Example
White with #536FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FC0; }
p { color: rgb(83,111,192); }
H1.HeaderClassName
{
color: #536FC0;
}
.AnyTagClassName
{
color: #536FC0;
}
</style>
background-color css
<style>
a { background-color: #536FC0; }
a { background-color: rgb(83,111,192); }
div.DivClassName
{
background-color: #536FC0;
}
.BgClassName
{
background-color: #536FC0;
}
</style>
border-color css
<style>
span { border-color: #536FC0; }
span { border-color: rgb(83,111,192); }
td.TdClassName
{
border-color: #536FC0;
}
.TagClassName
{
border-color: #536FC0;
}
</style>