Shades of Slate Blue #5C5CCE
Tints of Slate Blue #5C5CCE
RGB
CMYK
RGB Variations
Color information
#5C5CCE (or 0x5C5CCE) is known color: Slate Blue. HEX triplet: 5C, 5C and CE. RGB value is (92,92,206). Sum of RGB (Red+Green+Blue) = 92+92+206=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5CCE is #A3A331. Grayscale: #686868. Windows color (decimal): -10724146 or 13524060. OLE color: 13524060.
HSL color Cylindrical-coordinate representation of color #5C5CCE: hue angle of 240º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C5CCE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 92 | 206 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.19 |
| HSL | 240º | 0.54% | 0.58% | - |
| HSV(B) | 240º | 0.55% | 0.81% | - |
| XYZ | 19.38 | 14.39 | 60.15 | - |
| YUV | 105 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 206 | 0.55 | 0.55 | 0 | 0.19 | 240 | 0.54 | 0.58 |
| Hex | 5C | 5C | CE | 37 | 37 | 0 | 13 | F0 | 36 | 3A |
| Octal | 134 | 134 | 316 | 67 | 67 | 0 | 23 | 360 | 66 | 72 |
| Binary | 1011100 | 1011100 | 11001110 | 110111 | 110111 | 0 | 10011 | 11110000 | 110110 | 111010 |
Color Harmonies of #5C5CCE
Complementary color
Monochromatic Colors of #5C5CCE
Black with #5C5CCE
Text Example
Text Example
White with #5C5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5CCE; }
p { color: rgb(92,92,206); }
H1.HeaderClassName
{
color: #5C5CCE;
}
.AnyTagClassName
{
color: #5C5CCE;
}
</style>
background-color css
<style>
a { background-color: #5C5CCE; }
a { background-color: rgb(92,92,206); }
div.DivClassName
{
background-color: #5C5CCE;
}
.BgClassName
{
background-color: #5C5CCE;
}
</style>
border-color css
<style>
span { border-color: #5C5CCE; }
span { border-color: rgb(92,92,206); }
td.TdClassName
{
border-color: #5C5CCE;
}
.TagClassName
{
border-color: #5C5CCE;
}
</style>