Shades of Slate Blue #5C52DA
Tints of Slate Blue #5C52DA
RGB
CMYK
RGB Variations
Color information
#5C52DA (or 0x5C52DA) is known color: Slate Blue. HEX triplet: 5C, 52 and DA. RGB value is (92,82,218). Sum of RGB (Red+Green+Blue) = 92+82+218=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C52DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C52DA is #A3AD25. Grayscale: #636363. Windows color (decimal): -10726694 or 14307932. OLE color: 14307932.
HSL color Cylindrical-coordinate representation of color #5C52DA: hue angle of 244.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C52DA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 82 | 218 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.15 |
| HSL | 244.41º | 0.65% | 0.59% | - |
| HSV(B) | 244.41º | 0.62% | 0.85% | - |
| XYZ | 20.09 | 13.37 | 67.85 | - |
| YUV | 100.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 218 | 0.58 | 0.62 | 0 | 0.15 | 244.41 | 0.65 | 0.59 |
| Hex | 5C | 52 | DA | 3A | 3E | 0 | F | F4 | 41 | 3B |
| Octal | 134 | 122 | 332 | 72 | 76 | 0 | 17 | 364 | 101 | 73 |
| Binary | 1011100 | 1010010 | 11011010 | 111010 | 111110 | 0 | 1111 | 11110100 | 1000001 | 111011 |
Color Harmonies of #5C52DA
Complementary color
Monochromatic Colors of #5C52DA
Black with #5C52DA
Text Example
Text Example
White with #5C52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C52DA; }
p { color: rgb(92,82,218); }
H1.HeaderClassName
{
color: #5C52DA;
}
.AnyTagClassName
{
color: #5C52DA;
}
</style>
background-color css
<style>
a { background-color: #5C52DA; }
a { background-color: rgb(92,82,218); }
div.DivClassName
{
background-color: #5C52DA;
}
.BgClassName
{
background-color: #5C52DA;
}
</style>
border-color css
<style>
span { border-color: #5C52DA; }
span { border-color: rgb(92,82,218); }
td.TdClassName
{
border-color: #5C52DA;
}
.TagClassName
{
border-color: #5C52DA;
}
</style>