Shades of Chetwode Blue #5D6DCD
Tints of Chetwode Blue #5D6DCD
RGB
CMYK
RGB Variations
Color information
#5D6DCD (or 0x5D6DCD) is known color: Chetwode Blue. HEX triplet: 5D, 6D and CD. RGB value is (93,109,205). Sum of RGB (Red+Green+Blue) = 93+109+205=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6DCD is #A29232. Grayscale: #727272. Windows color (decimal): -10654259 or 13462877. OLE color: 13462877.
HSL color Cylindrical-coordinate representation of color #5D6DCD: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D6DCD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 109 | 205 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.20 |
| HSL | 231.43º | 0.53% | 0.58% | - |
| HSV(B) | 231.43º | 0.55% | 0.8% | - |
| XYZ | 21 | 17.67 | 60.06 | - |
| YUV | 115.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 205 | 0.55 | 0.47 | 0 | 0.20 | 231.43 | 0.53 | 0.58 |
| Hex | 5D | 6D | CD | 37 | 2F | 0 | 14 | E7 | 35 | 3A |
| Octal | 135 | 155 | 315 | 67 | 57 | 0 | 24 | 347 | 65 | 72 |
| Binary | 1011101 | 1101101 | 11001101 | 110111 | 101111 | 0 | 10100 | 11100111 | 110101 | 111010 |
Color Harmonies of #5D6DCD
Complementary color
Monochromatic Colors of #5D6DCD
Black with #5D6DCD
Text Example
Text Example
White with #5D6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6DCD; }
p { color: rgb(93,109,205); }
H1.HeaderClassName
{
color: #5D6DCD;
}
.AnyTagClassName
{
color: #5D6DCD;
}
</style>
background-color css
<style>
a { background-color: #5D6DCD; }
a { background-color: rgb(93,109,205); }
div.DivClassName
{
background-color: #5D6DCD;
}
.BgClassName
{
background-color: #5D6DCD;
}
</style>
border-color css
<style>
span { border-color: #5D6DCD; }
span { border-color: rgb(93,109,205); }
td.TdClassName
{
border-color: #5D6DCD;
}
.TagClassName
{
border-color: #5D6DCD;
}
</style>