Shades of Slate Blue #5E53C2
Tints of Slate Blue #5E53C2
RGB
CMYK
RGB Variations
Color information
#5E53C2 (or 0x5E53C2) is known color: Slate Blue. HEX triplet: 5E, 53 and C2. RGB value is (94,83,194). Sum of RGB (Red+Green+Blue) = 94+83+194=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #5E53C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53C2 is #A1AC3D. Grayscale: #626262. Windows color (decimal): -10595390 or 12735326. OLE color: 12735326.
HSL color Cylindrical-coordinate representation of color #5E53C2: hue angle of 245.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E53C2 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 83 | 194 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.24 |
| HSL | 245.95º | 0.48% | 0.54% | - |
| HSV(B) | 245.95º | 0.57% | 0.76% | - |
| XYZ | 17.45 | 12.46 | 52.52 | - |
| YUV | 98.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 194 | 0.52 | 0.57 | 0 | 0.24 | 245.95 | 0.48 | 0.54 |
| Hex | 5E | 53 | C2 | 34 | 39 | 0 | 18 | F6 | 30 | 36 |
| Octal | 136 | 123 | 302 | 64 | 71 | 0 | 30 | 366 | 60 | 66 |
| Binary | 1011110 | 1010011 | 11000010 | 110100 | 111001 | 0 | 11000 | 11110110 | 110000 | 110110 |
Color Harmonies of #5E53C2
Complementary color
Monochromatic Colors of #5E53C2
Black with #5E53C2
Text Example
Text Example
White with #5E53C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E53C2; }
p { color: rgb(94,83,194); }
H1.HeaderClassName
{
color: #5E53C2;
}
.AnyTagClassName
{
color: #5E53C2;
}
</style>
background-color css
<style>
a { background-color: #5E53C2; }
a { background-color: rgb(94,83,194); }
div.DivClassName
{
background-color: #5E53C2;
}
.BgClassName
{
background-color: #5E53C2;
}
</style>
border-color css
<style>
span { border-color: #5E53C2; }
span { border-color: rgb(94,83,194); }
td.TdClassName
{
border-color: #5E53C2;
}
.TagClassName
{
border-color: #5E53C2;
}
</style>