Shades of Slate Blue #5D52CA
Tints of Slate Blue #5D52CA
RGB
CMYK
RGB Variations
Color information
#5D52CA (or 0x5D52CA) is known color: Slate Blue. HEX triplet: 5D, 52 and CA. RGB value is (93,82,202). Sum of RGB (Red+Green+Blue) = 93+82+202=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52CA is #A2AD35. Grayscale: #626262. Windows color (decimal): -10661174 or 13259357. OLE color: 13259357.
HSL color Cylindrical-coordinate representation of color #5D52CA: hue angle of 245.5º 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 #5D52CA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 82 | 202 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.21 |
| HSL | 245.5º | 0.53% | 0.56% | - |
| HSV(B) | 245.5º | 0.59% | 0.79% | - |
| XYZ | 18.19 | 12.63 | 57.36 | - |
| YUV | 98.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 202 | 0.54 | 0.59 | 0 | 0.21 | 245.5 | 0.53 | 0.56 |
| Hex | 5D | 52 | CA | 36 | 3B | 0 | 15 | F6 | 35 | 38 |
| Octal | 135 | 122 | 312 | 66 | 73 | 0 | 25 | 366 | 65 | 70 |
| Binary | 1011101 | 1010010 | 11001010 | 110110 | 111011 | 0 | 10101 | 11110110 | 110101 | 111000 |
Color Harmonies of #5D52CA
Complementary color
Monochromatic Colors of #5D52CA
Black with #5D52CA
Text Example
Text Example
White with #5D52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D52CA; }
p { color: rgb(93,82,202); }
H1.HeaderClassName
{
color: #5D52CA;
}
.AnyTagClassName
{
color: #5D52CA;
}
</style>
background-color css
<style>
a { background-color: #5D52CA; }
a { background-color: rgb(93,82,202); }
div.DivClassName
{
background-color: #5D52CA;
}
.BgClassName
{
background-color: #5D52CA;
}
</style>
border-color css
<style>
span { border-color: #5D52CA; }
span { border-color: rgb(93,82,202); }
td.TdClassName
{
border-color: #5D52CA;
}
.TagClassName
{
border-color: #5D52CA;
}
</style>