Shades of Slate Blue #5C5ACC
Tints of Slate Blue #5C5ACC
RGB
CMYK
RGB Variations
Color information
#5C5ACC (or 0x5C5ACC) is known color: Slate Blue. HEX triplet: 5C, 5A and CC. RGB value is (92,90,204). Sum of RGB (Red+Green+Blue) = 92+90+204=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5ACC is #A3A533. Grayscale: #676767. Windows color (decimal): -10724660 or 13392476. OLE color: 13392476.
HSL color Cylindrical-coordinate representation of color #5C5ACC: hue angle of 241.05º 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 #5C5ACC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 90 | 204 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.2 |
| HSL | 241.05º | 0.53% | 0.58% | - |
| HSV(B) | 241.05º | 0.56% | 0.8% | - |
| XYZ | 18.97 | 13.95 | 58.82 | - |
| YUV | 103.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 204 | 0.55 | 0.56 | 0 | 0.2 | 241.05 | 0.53 | 0.58 |
| Hex | 5C | 5A | CC | 37 | 38 | 0 | 14 | F1 | 35 | 3A |
| Octal | 134 | 132 | 314 | 67 | 70 | 0 | 24 | 361 | 65 | 72 |
| Binary | 1011100 | 1011010 | 11001100 | 110111 | 111000 | 0 | 10100 | 11110001 | 110101 | 111010 |
Color Harmonies of #5C5ACC
Complementary color
Monochromatic Colors of #5C5ACC
Black with #5C5ACC
Text Example
Text Example
White with #5C5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5ACC; }
p { color: rgb(92,90,204); }
H1.HeaderClassName
{
color: #5C5ACC;
}
.AnyTagClassName
{
color: #5C5ACC;
}
</style>
background-color css
<style>
a { background-color: #5C5ACC; }
a { background-color: rgb(92,90,204); }
div.DivClassName
{
background-color: #5C5ACC;
}
.BgClassName
{
background-color: #5C5ACC;
}
</style>
border-color css
<style>
span { border-color: #5C5ACC; }
span { border-color: rgb(92,90,204); }
td.TdClassName
{
border-color: #5C5ACC;
}
.TagClassName
{
border-color: #5C5ACC;
}
</style>