Shades of Slate Blue #5A5DCA
Tints of Slate Blue #5A5DCA
RGB
CMYK
RGB Variations
Color information
#5A5DCA (or 0x5A5DCA) is known color: Slate Blue. HEX triplet: 5A, 5D and CA. RGB value is (90,93,202). Sum of RGB (Red+Green+Blue) = 90+93+202=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A5DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5DCA is #A5A235. Grayscale: #686868. Windows color (decimal): -10854966 or 13262170. OLE color: 13262170.
HSL color Cylindrical-coordinate representation of color #5A5DCA: hue angle of 238.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A5DCA is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 93 | 202 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.21 |
| HSL | 238.39º | 0.51% | 0.57% | - |
| HSV(B) | 238.39º | 0.55% | 0.79% | - |
| XYZ | 18.79 | 14.27 | 57.64 | - |
| YUV | 104.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 93 | 202 | 0.55 | 0.54 | 0 | 0.21 | 238.39 | 0.51 | 0.57 |
| Hex | 5A | 5D | CA | 37 | 36 | 0 | 15 | EE | 33 | 39 |
| Octal | 132 | 135 | 312 | 67 | 66 | 0 | 25 | 356 | 63 | 71 |
| Binary | 1011010 | 1011101 | 11001010 | 110111 | 110110 | 0 | 10101 | 11101110 | 110011 | 111001 |
Color Harmonies of #5A5DCA
Complementary color
Monochromatic Colors of #5A5DCA
Black with #5A5DCA
Text Example
Text Example
White with #5A5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5DCA; }
p { color: rgb(90,93,202); }
H1.HeaderClassName
{
color: #5A5DCA;
}
.AnyTagClassName
{
color: #5A5DCA;
}
</style>
background-color css
<style>
a { background-color: #5A5DCA; }
a { background-color: rgb(90,93,202); }
div.DivClassName
{
background-color: #5A5DCA;
}
.BgClassName
{
background-color: #5A5DCA;
}
</style>
border-color css
<style>
span { border-color: #5A5DCA; }
span { border-color: rgb(90,93,202); }
td.TdClassName
{
border-color: #5A5DCA;
}
.TagClassName
{
border-color: #5A5DCA;
}
</style>