Shades of Slate Blue #5C5FCD
Tints of Slate Blue #5C5FCD
RGB
CMYK
RGB Variations
Color information
#5C5FCD (or 0x5C5FCD) is known color: Slate Blue. HEX triplet: 5C, 5F and CD. RGB value is (92,95,205). Sum of RGB (Red+Green+Blue) = 92+95+205=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5FCD is #A3A032. Grayscale: #6A6A6A. Windows color (decimal): -10723379 or 13459292. OLE color: 13459292.
HSL color Cylindrical-coordinate representation of color #5C5FCD: hue angle of 238.41º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C5FCD is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 95 | 205 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.20 |
| HSL | 238.41º | 0.53% | 0.58% | - |
| HSV(B) | 238.41º | 0.55% | 0.8% | - |
| XYZ | 19.53 | 14.87 | 59.6 | - |
| YUV | 106.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 205 | 0.55 | 0.54 | 0 | 0.20 | 238.41 | 0.53 | 0.58 |
| Hex | 5C | 5F | CD | 37 | 36 | 0 | 14 | EE | 35 | 3A |
| Octal | 134 | 137 | 315 | 67 | 66 | 0 | 24 | 356 | 65 | 72 |
| Binary | 1011100 | 1011111 | 11001101 | 110111 | 110110 | 0 | 10100 | 11101110 | 110101 | 111010 |
Color Harmonies of #5C5FCD
Complementary color
Monochromatic Colors of #5C5FCD
Black with #5C5FCD
Text Example
Text Example
White with #5C5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5FCD; }
p { color: rgb(92,95,205); }
H1.HeaderClassName
{
color: #5C5FCD;
}
.AnyTagClassName
{
color: #5C5FCD;
}
</style>
background-color css
<style>
a { background-color: #5C5FCD; }
a { background-color: rgb(92,95,205); }
div.DivClassName
{
background-color: #5C5FCD;
}
.BgClassName
{
background-color: #5C5FCD;
}
</style>
border-color css
<style>
span { border-color: #5C5FCD; }
span { border-color: rgb(92,95,205); }
td.TdClassName
{
border-color: #5C5FCD;
}
.TagClassName
{
border-color: #5C5FCD;
}
</style>