Shades of Slate Blue #5A53CE
Tints of Slate Blue #5A53CE
RGB
CMYK
RGB Variations
Color information
#5A53CE (or 0x5A53CE) is known color: Slate Blue. HEX triplet: 5A, 53 and CE. RGB value is (90,83,206). Sum of RGB (Red+Green+Blue) = 90+83+206=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A53CE is #A5AC31. Grayscale: #626262. Windows color (decimal): -10857522 or 13521754. OLE color: 13521754.
HSL color Cylindrical-coordinate representation of color #5A53CE: hue angle of 243.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A53CE is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 83 | 206 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.19 |
| HSL | 243.41º | 0.56% | 0.57% | - |
| HSV(B) | 243.41º | 0.6% | 0.81% | - |
| XYZ | 18.45 | 12.82 | 59.89 | - |
| YUV | 99.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 206 | 0.56 | 0.60 | 0 | 0.19 | 243.41 | 0.56 | 0.57 |
| Hex | 5A | 53 | CE | 38 | 3C | 0 | 13 | F3 | 38 | 39 |
| Octal | 132 | 123 | 316 | 70 | 74 | 0 | 23 | 363 | 70 | 71 |
| Binary | 1011010 | 1010011 | 11001110 | 111000 | 111100 | 0 | 10011 | 11110011 | 111000 | 111001 |
Color Harmonies of #5A53CE
Complementary color
Monochromatic Colors of #5A53CE
Black with #5A53CE
Text Example
Text Example
White with #5A53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A53CE; }
p { color: rgb(90,83,206); }
H1.HeaderClassName
{
color: #5A53CE;
}
.AnyTagClassName
{
color: #5A53CE;
}
</style>
background-color css
<style>
a { background-color: #5A53CE; }
a { background-color: rgb(90,83,206); }
div.DivClassName
{
background-color: #5A53CE;
}
.BgClassName
{
background-color: #5A53CE;
}
</style>
border-color css
<style>
span { border-color: #5A53CE; }
span { border-color: rgb(90,83,206); }
td.TdClassName
{
border-color: #5A53CE;
}
.TagClassName
{
border-color: #5A53CE;
}
</style>