Shades of Slate Blue #5D52CE
Tints of Slate Blue #5D52CE
RGB
CMYK
RGB Variations
Color information
#5D52CE (or 0x5D52CE) is known color: Slate Blue. HEX triplet: 5D, 52 and CE. RGB value is (93,82,206). Sum of RGB (Red+Green+Blue) = 93+82+206=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52CE is #A2AD31. Grayscale: #626262. Windows color (decimal): -10661170 or 13521501. OLE color: 13521501.
HSL color Cylindrical-coordinate representation of color #5D52CE: hue angle of 245.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D52CE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 82 | 206 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.19 |
| HSL | 245.32º | 0.56% | 0.56% | - |
| HSV(B) | 245.32º | 0.6% | 0.81% | - |
| XYZ | 18.67 | 12.82 | 59.88 | - |
| YUV | 99.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 206 | 0.55 | 0.60 | 0 | 0.19 | 245.32 | 0.56 | 0.56 |
| Hex | 5D | 52 | CE | 37 | 3C | 0 | 13 | F5 | 38 | 38 |
| Octal | 135 | 122 | 316 | 67 | 74 | 0 | 23 | 365 | 70 | 70 |
| Binary | 1011101 | 1010010 | 11001110 | 110111 | 111100 | 0 | 10011 | 11110101 | 111000 | 111000 |
Color Harmonies of #5D52CE
Complementary color
Monochromatic Colors of #5D52CE
Black with #5D52CE
Text Example
Text Example
White with #5D52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D52CE; }
p { color: rgb(93,82,206); }
H1.HeaderClassName
{
color: #5D52CE;
}
.AnyTagClassName
{
color: #5D52CE;
}
</style>
background-color css
<style>
a { background-color: #5D52CE; }
a { background-color: rgb(93,82,206); }
div.DivClassName
{
background-color: #5D52CE;
}
.BgClassName
{
background-color: #5D52CE;
}
</style>
border-color css
<style>
span { border-color: #5D52CE; }
span { border-color: rgb(93,82,206); }
td.TdClassName
{
border-color: #5D52CE;
}
.TagClassName
{
border-color: #5D52CE;
}
</style>