Shades of Slate Blue #5E52CA
Tints of Slate Blue #5E52CA
RGB
CMYK
RGB Variations
Color information
#5E52CA (or 0x5E52CA) is known color: Slate Blue. HEX triplet: 5E, 52 and CA. RGB value is (94,82,202). Sum of RGB (Red+Green+Blue) = 94+82+202=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52CA is #A1AD35. Grayscale: #626262. Windows color (decimal): -10595638 or 13259358. OLE color: 13259358.
HSL color Cylindrical-coordinate representation of color #5E52CA: hue angle of 246º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E52CA is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 82 | 202 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.21 |
| HSL | 246º | 0.53% | 0.56% | - |
| HSV(B) | 246º | 0.59% | 0.79% | - |
| XYZ | 18.29 | 12.68 | 57.36 | - |
| YUV | 99.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 202 | 0.53 | 0.59 | 0 | 0.21 | 246 | 0.53 | 0.56 |
| Hex | 5E | 52 | CA | 35 | 3B | 0 | 15 | F6 | 35 | 38 |
| Octal | 136 | 122 | 312 | 65 | 73 | 0 | 25 | 366 | 65 | 70 |
| Binary | 1011110 | 1010010 | 11001010 | 110101 | 111011 | 0 | 10101 | 11110110 | 110101 | 111000 |
Color Harmonies of #5E52CA
Complementary color
Monochromatic Colors of #5E52CA
Black with #5E52CA
Text Example
Text Example
White with #5E52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E52CA; }
p { color: rgb(94,82,202); }
H1.HeaderClassName
{
color: #5E52CA;
}
.AnyTagClassName
{
color: #5E52CA;
}
</style>
background-color css
<style>
a { background-color: #5E52CA; }
a { background-color: rgb(94,82,202); }
div.DivClassName
{
background-color: #5E52CA;
}
.BgClassName
{
background-color: #5E52CA;
}
</style>
border-color css
<style>
span { border-color: #5E52CA; }
span { border-color: rgb(94,82,202); }
td.TdClassName
{
border-color: #5E52CA;
}
.TagClassName
{
border-color: #5E52CA;
}
</style>