Shades of Chetwode Blue #536CBA
Tints of Chetwode Blue #536CBA
RGB
CMYK
RGB Variations
Color information
#536CBA (or 0x536CBA) is known color: Chetwode Blue. HEX triplet: 53, 6C and BA. RGB value is (83,108,186). Sum of RGB (Red+Green+Blue) = 83+108+186=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #536CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CBA is #AC9345. Grayscale: #6D6D6D. Windows color (decimal): -11309894 or 12217427. OLE color: 12217427.
HSL color Cylindrical-coordinate representation of color #536CBA: hue angle of 225.44º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536CBA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 108 | 186 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.27 |
| HSL | 225.44º | 0.43% | 0.53% | - |
| HSV(B) | 225.44º | 0.55% | 0.73% | - |
| XYZ | 17.79 | 16.11 | 48.63 | - |
| YUV | 109.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 186 | 0.55 | 0.42 | 0 | 0.27 | 225.44 | 0.43 | 0.53 |
| Hex | 53 | 6C | BA | 37 | 2A | 0 | 1B | E1 | 2B | 35 |
| Octal | 123 | 154 | 272 | 67 | 52 | 0 | 33 | 341 | 53 | 65 |
| Binary | 1010011 | 1101100 | 10111010 | 110111 | 101010 | 0 | 11011 | 11100001 | 101011 | 110101 |
Color Harmonies of #536CBA
Complementary color
Monochromatic Colors of #536CBA
Black with #536CBA
Text Example
Text Example
White with #536CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CBA; }
p { color: rgb(83,108,186); }
H1.HeaderClassName
{
color: #536CBA;
}
.AnyTagClassName
{
color: #536CBA;
}
</style>
background-color css
<style>
a { background-color: #536CBA; }
a { background-color: rgb(83,108,186); }
div.DivClassName
{
background-color: #536CBA;
}
.BgClassName
{
background-color: #536CBA;
}
</style>
border-color css
<style>
span { border-color: #536CBA; }
span { border-color: rgb(83,108,186); }
td.TdClassName
{
border-color: #536CBA;
}
.TagClassName
{
border-color: #536CBA;
}
</style>