Shades of Chetwode Blue #5D6ACA
Tints of Chetwode Blue #5D6ACA
RGB
CMYK
RGB Variations
Color information
#5D6ACA (or 0x5D6ACA) is known color: Chetwode Blue. HEX triplet: 5D, 6A and CA. RGB value is (93,106,202). Sum of RGB (Red+Green+Blue) = 93+106+202=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D6ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ACA is #A29535. Grayscale: #707070. Windows color (decimal): -10655030 or 13265501. OLE color: 13265501.
HSL color Cylindrical-coordinate representation of color #5D6ACA: hue angle of 232.84º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D6ACA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 106 | 202 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.21 |
| HSL | 232.84º | 0.51% | 0.58% | - |
| HSV(B) | 232.84º | 0.54% | 0.79% | - |
| XYZ | 20.33 | 16.9 | 58.07 | - |
| YUV | 113.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 202 | 0.54 | 0.48 | 0 | 0.21 | 232.84 | 0.51 | 0.58 |
| Hex | 5D | 6A | CA | 36 | 30 | 0 | 15 | E9 | 33 | 3A |
| Octal | 135 | 152 | 312 | 66 | 60 | 0 | 25 | 351 | 63 | 72 |
| Binary | 1011101 | 1101010 | 11001010 | 110110 | 110000 | 0 | 10101 | 11101001 | 110011 | 111010 |
Color Harmonies of #5D6ACA
Complementary color
Monochromatic Colors of #5D6ACA
Black with #5D6ACA
Text Example
Text Example
White with #5D6ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6ACA; }
p { color: rgb(93,106,202); }
H1.HeaderClassName
{
color: #5D6ACA;
}
.AnyTagClassName
{
color: #5D6ACA;
}
</style>
background-color css
<style>
a { background-color: #5D6ACA; }
a { background-color: rgb(93,106,202); }
div.DivClassName
{
background-color: #5D6ACA;
}
.BgClassName
{
background-color: #5D6ACA;
}
</style>
border-color css
<style>
span { border-color: #5D6ACA; }
span { border-color: rgb(93,106,202); }
td.TdClassName
{
border-color: #5D6ACA;
}
.TagClassName
{
border-color: #5D6ACA;
}
</style>