Shades of Chetwode Blue #536DB5
Tints of Chetwode Blue #536DB5
RGB
CMYK
RGB Variations
Color information
#536DB5 (or 0x536DB5) is known color: Chetwode Blue. HEX triplet: 53, 6D and B5. RGB value is (83,109,181). Sum of RGB (Red+Green+Blue) = 83+109+181=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #536DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DB5 is #AC924A. Grayscale: #6D6D6D. Windows color (decimal): -11309643 or 11890003. OLE color: 11890003.
HSL color Cylindrical-coordinate representation of color #536DB5: hue angle of 224.08º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #536DB5 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 109 | 181 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.29 |
| HSL | 224.08º | 0.4% | 0.52% | - |
| HSV(B) | 224.08º | 0.54% | 0.71% | - |
| XYZ | 17.38 | 16.11 | 45.91 | - |
| YUV | 109.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 181 | 0.54 | 0.40 | 0 | 0.29 | 224.08 | 0.4 | 0.52 |
| Hex | 53 | 6D | B5 | 36 | 28 | 0 | 1D | E0 | 28 | 34 |
| Octal | 123 | 155 | 265 | 66 | 50 | 0 | 35 | 340 | 50 | 64 |
| Binary | 1010011 | 1101101 | 10110101 | 110110 | 101000 | 0 | 11101 | 11100000 | 101000 | 110100 |
Color Harmonies of #536DB5
Complementary color
Monochromatic Colors of #536DB5
Black with #536DB5
Text Example
Text Example
White with #536DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DB5; }
p { color: rgb(83,109,181); }
H1.HeaderClassName
{
color: #536DB5;
}
.AnyTagClassName
{
color: #536DB5;
}
</style>
background-color css
<style>
a { background-color: #536DB5; }
a { background-color: rgb(83,109,181); }
div.DivClassName
{
background-color: #536DB5;
}
.BgClassName
{
background-color: #536DB5;
}
</style>
border-color css
<style>
span { border-color: #536DB5; }
span { border-color: rgb(83,109,181); }
td.TdClassName
{
border-color: #536DB5;
}
.TagClassName
{
border-color: #536DB5;
}
</style>