Shades of Slate Blue #5C54CE
Tints of Slate Blue #5C54CE
RGB
CMYK
RGB Variations
Color information
#5C54CE (or 0x5C54CE) is known color: Slate Blue. HEX triplet: 5C, 54 and CE. RGB value is (92,84,206). Sum of RGB (Red+Green+Blue) = 92+84+206=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C54CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C54CE is #A3AB31. Grayscale: #636363. Windows color (decimal): -10726194 or 13522012. OLE color: 13522012.
HSL color Cylindrical-coordinate representation of color #5C54CE: hue angle of 243.93º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C54CE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 84 | 206 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.19 |
| HSL | 243.93º | 0.55% | 0.57% | - |
| HSV(B) | 243.93º | 0.59% | 0.81% | - |
| XYZ | 18.72 | 13.07 | 59.93 | - |
| YUV | 100.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 206 | 0.55 | 0.59 | 0 | 0.19 | 243.93 | 0.55 | 0.57 |
| Hex | 5C | 54 | CE | 37 | 3B | 0 | 13 | F4 | 37 | 39 |
| Octal | 134 | 124 | 316 | 67 | 73 | 0 | 23 | 364 | 67 | 71 |
| Binary | 1011100 | 1010100 | 11001110 | 110111 | 111011 | 0 | 10011 | 11110100 | 110111 | 111001 |
Color Harmonies of #5C54CE
Complementary color
Monochromatic Colors of #5C54CE
Black with #5C54CE
Text Example
Text Example
White with #5C54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54CE; }
p { color: rgb(92,84,206); }
H1.HeaderClassName
{
color: #5C54CE;
}
.AnyTagClassName
{
color: #5C54CE;
}
</style>
background-color css
<style>
a { background-color: #5C54CE; }
a { background-color: rgb(92,84,206); }
div.DivClassName
{
background-color: #5C54CE;
}
.BgClassName
{
background-color: #5C54CE;
}
</style>
border-color css
<style>
span { border-color: #5C54CE; }
span { border-color: rgb(92,84,206); }
td.TdClassName
{
border-color: #5C54CE;
}
.TagClassName
{
border-color: #5C54CE;
}
</style>