Shades of Slate Blue #5C5ACD
Tints of Slate Blue #5C5ACD
RGB
CMYK
RGB Variations
Color information
#5C5ACD (or 0x5C5ACD) is known color: Slate Blue. HEX triplet: 5C, 5A and CD. RGB value is (92,90,205). Sum of RGB (Red+Green+Blue) = 92+90+205=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5ACD is #A3A532. Grayscale: #676767. Windows color (decimal): -10724659 or 13458012. OLE color: 13458012.
HSL color Cylindrical-coordinate representation of color #5C5ACD: hue angle of 241.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C5ACD is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 90 | 205 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.20 |
| HSL | 241.04º | 0.53% | 0.58% | - |
| HSV(B) | 241.04º | 0.56% | 0.8% | - |
| XYZ | 19.09 | 14 | 59.45 | - |
| YUV | 103.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 205 | 0.55 | 0.56 | 0 | 0.20 | 241.04 | 0.53 | 0.58 |
| Hex | 5C | 5A | CD | 37 | 38 | 0 | 14 | F1 | 35 | 3A |
| Octal | 134 | 132 | 315 | 67 | 70 | 0 | 24 | 361 | 65 | 72 |
| Binary | 1011100 | 1011010 | 11001101 | 110111 | 111000 | 0 | 10100 | 11110001 | 110101 | 111010 |
Color Harmonies of #5C5ACD
Complementary color
Monochromatic Colors of #5C5ACD
Black with #5C5ACD
Text Example
Text Example
White with #5C5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5ACD; }
p { color: rgb(92,90,205); }
H1.HeaderClassName
{
color: #5C5ACD;
}
.AnyTagClassName
{
color: #5C5ACD;
}
</style>
background-color css
<style>
a { background-color: #5C5ACD; }
a { background-color: rgb(92,90,205); }
div.DivClassName
{
background-color: #5C5ACD;
}
.BgClassName
{
background-color: #5C5ACD;
}
</style>
border-color css
<style>
span { border-color: #5C5ACD; }
span { border-color: rgb(92,90,205); }
td.TdClassName
{
border-color: #5C5ACD;
}
.TagClassName
{
border-color: #5C5ACD;
}
</style>