Shades of Slate Blue #5D52C9
Tints of Slate Blue #5D52C9
RGB
CMYK
RGB Variations
Color information
#5D52C9 (or 0x5D52C9) is known color: Slate Blue. HEX triplet: 5D, 52 and C9. RGB value is (93,82,201). Sum of RGB (Red+Green+Blue) = 93+82+201=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D52C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52C9 is #A2AD36. Grayscale: #626262. Windows color (decimal): -10661175 or 13193821. OLE color: 13193821.
HSL color Cylindrical-coordinate representation of color #5D52C9: hue angle of 245.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D52C9 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 82 | 201 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.21 |
| HSL | 245.55º | 0.52% | 0.55% | - |
| HSV(B) | 245.55º | 0.59% | 0.79% | - |
| XYZ | 18.07 | 12.58 | 56.73 | - |
| YUV | 98.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 201 | 0.54 | 0.59 | 0 | 0.21 | 245.55 | 0.52 | 0.55 |
| Hex | 5D | 52 | C9 | 36 | 3B | 0 | 15 | F6 | 34 | 37 |
| Octal | 135 | 122 | 311 | 66 | 73 | 0 | 25 | 366 | 64 | 67 |
| Binary | 1011101 | 1010010 | 11001001 | 110110 | 111011 | 0 | 10101 | 11110110 | 110100 | 110111 |
Color Harmonies of #5D52C9
Complementary color
Monochromatic Colors of #5D52C9
Black with #5D52C9
Text Example
Text Example
White with #5D52C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D52C9; }
p { color: rgb(93,82,201); }
H1.HeaderClassName
{
color: #5D52C9;
}
.AnyTagClassName
{
color: #5D52C9;
}
</style>
background-color css
<style>
a { background-color: #5D52C9; }
a { background-color: rgb(93,82,201); }
div.DivClassName
{
background-color: #5D52C9;
}
.BgClassName
{
background-color: #5D52C9;
}
</style>
border-color css
<style>
span { border-color: #5D52C9; }
span { border-color: rgb(93,82,201); }
td.TdClassName
{
border-color: #5D52C9;
}
.TagClassName
{
border-color: #5D52C9;
}
</style>