Shades of Slate Blue #5C60CE
Tints of Slate Blue #5C60CE
RGB
CMYK
RGB Variations
Color information
#5C60CE (or 0x5C60CE) is known color: Slate Blue. HEX triplet: 5C, 60 and CE. RGB value is (92,96,206). Sum of RGB (Red+Green+Blue) = 92+96+206=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C60CE is #A39F31. Grayscale: #6A6A6A. Windows color (decimal): -10723122 or 13525084. OLE color: 13525084.
HSL color Cylindrical-coordinate representation of color #5C60CE: hue angle of 237.89º 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 #5C60CE is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 96 | 206 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.19 |
| HSL | 237.89º | 0.54% | 0.58% | - |
| HSV(B) | 237.89º | 0.55% | 0.81% | - |
| XYZ | 19.74 | 15.1 | 60.27 | - |
| YUV | 107.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 206 | 0.55 | 0.53 | 0 | 0.19 | 237.89 | 0.54 | 0.58 |
| Hex | 5C | 60 | CE | 37 | 35 | 0 | 13 | EE | 36 | 3A |
| Octal | 134 | 140 | 316 | 67 | 65 | 0 | 23 | 356 | 66 | 72 |
| Binary | 1011100 | 1100000 | 11001110 | 110111 | 110101 | 0 | 10011 | 11101110 | 110110 | 111010 |
Color Harmonies of #5C60CE
Complementary color
Monochromatic Colors of #5C60CE
Black with #5C60CE
Text Example
Text Example
White with #5C60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C60CE; }
p { color: rgb(92,96,206); }
H1.HeaderClassName
{
color: #5C60CE;
}
.AnyTagClassName
{
color: #5C60CE;
}
</style>
background-color css
<style>
a { background-color: #5C60CE; }
a { background-color: rgb(92,96,206); }
div.DivClassName
{
background-color: #5C60CE;
}
.BgClassName
{
background-color: #5C60CE;
}
</style>
border-color css
<style>
span { border-color: #5C60CE; }
span { border-color: rgb(92,96,206); }
td.TdClassName
{
border-color: #5C60CE;
}
.TagClassName
{
border-color: #5C60CE;
}
</style>