Shades of Slate Blue #5C49CA
Tints of Slate Blue #5C49CA
RGB
CMYK
RGB Variations
Color information
#5C49CA (or 0x5C49CA) is known color: Slate Blue. HEX triplet: 5C, 49 and CA. RGB value is (92,73,202). Sum of RGB (Red+Green+Blue) = 92+73+202=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49CA is #A3B635. Grayscale: #5C5C5C. Windows color (decimal): -10729014 or 13257052. OLE color: 13257052.
HSL color Cylindrical-coordinate representation of color #5C49CA: hue angle of 248.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C49CA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 73 | 202 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.21 |
| HSL | 248.84º | 0.55% | 0.54% | - |
| HSV(B) | 248.84º | 0.64% | 0.79% | - |
| XYZ | 17.46 | 11.3 | 57.14 | - |
| YUV | 93.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 202 | 0.54 | 0.64 | 0 | 0.21 | 248.84 | 0.55 | 0.54 |
| Hex | 5C | 49 | CA | 36 | 40 | 0 | 15 | F9 | 37 | 36 |
| Octal | 134 | 111 | 312 | 66 | 100 | 0 | 25 | 371 | 67 | 66 |
| Binary | 1011100 | 1001001 | 11001010 | 110110 | 1000000 | 0 | 10101 | 11111001 | 110111 | 110110 |
Color Harmonies of #5C49CA
Complementary color
Monochromatic Colors of #5C49CA
Black with #5C49CA
Text Example
Text Example
White with #5C49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C49CA; }
p { color: rgb(92,73,202); }
H1.HeaderClassName
{
color: #5C49CA;
}
.AnyTagClassName
{
color: #5C49CA;
}
</style>
background-color css
<style>
a { background-color: #5C49CA; }
a { background-color: rgb(92,73,202); }
div.DivClassName
{
background-color: #5C49CA;
}
.BgClassName
{
background-color: #5C49CA;
}
</style>
border-color css
<style>
span { border-color: #5C49CA; }
span { border-color: rgb(92,73,202); }
td.TdClassName
{
border-color: #5C49CA;
}
.TagClassName
{
border-color: #5C49CA;
}
</style>