Shades of Slate Blue #5C5FC5
Tints of Slate Blue #5C5FC5
RGB
CMYK
RGB Variations
Color information
#5C5FC5 (or 0x5C5FC5) is known color: Slate Blue. HEX triplet: 5C, 5F and C5. RGB value is (92,95,197). Sum of RGB (Red+Green+Blue) = 92+95+197=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C5FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5FC5 is #A3A03A. Grayscale: #696969. Windows color (decimal): -10723387 or 12935004. OLE color: 12935004.
HSL color Cylindrical-coordinate representation of color #5C5FC5: hue angle of 238.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C5FC5 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 95 | 197 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.23 |
| HSL | 238.29º | 0.48% | 0.57% | - |
| HSV(B) | 238.29º | 0.53% | 0.77% | - |
| XYZ | 18.58 | 14.49 | 54.64 | - |
| YUV | 105.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 197 | 0.53 | 0.52 | 0 | 0.23 | 238.29 | 0.48 | 0.57 |
| Hex | 5C | 5F | C5 | 35 | 34 | 0 | 17 | EE | 30 | 39 |
| Octal | 134 | 137 | 305 | 65 | 64 | 0 | 27 | 356 | 60 | 71 |
| Binary | 1011100 | 1011111 | 11000101 | 110101 | 110100 | 0 | 10111 | 11101110 | 110000 | 111001 |
Color Harmonies of #5C5FC5
Complementary color
Monochromatic Colors of #5C5FC5
Black with #5C5FC5
Text Example
Text Example
White with #5C5FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5FC5; }
p { color: rgb(92,95,197); }
H1.HeaderClassName
{
color: #5C5FC5;
}
.AnyTagClassName
{
color: #5C5FC5;
}
</style>
background-color css
<style>
a { background-color: #5C5FC5; }
a { background-color: rgb(92,95,197); }
div.DivClassName
{
background-color: #5C5FC5;
}
.BgClassName
{
background-color: #5C5FC5;
}
</style>
border-color css
<style>
span { border-color: #5C5FC5; }
span { border-color: rgb(92,95,197); }
td.TdClassName
{
border-color: #5C5FC5;
}
.TagClassName
{
border-color: #5C5FC5;
}
</style>