Shades of Slate Blue #5C4FCC
Tints of Slate Blue #5C4FCC
RGB
CMYK
RGB Variations
Color information
#5C4FCC (or 0x5C4FCC) is known color: Slate Blue. HEX triplet: 5C, 4F and CC. RGB value is (92,79,204). Sum of RGB (Red+Green+Blue) = 92+79+204=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FCC is #A3B033. Grayscale: #606060. Windows color (decimal): -10727476 or 13389660. OLE color: 13389660.
HSL color Cylindrical-coordinate representation of color #5C4FCC: hue angle of 246.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C4FCC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 79 | 204 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.2 |
| HSL | 246.24º | 0.55% | 0.55% | - |
| HSV(B) | 246.24º | 0.61% | 0.8% | - |
| XYZ | 18.11 | 12.23 | 58.53 | - |
| YUV | 97.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 204 | 0.55 | 0.61 | 0 | 0.2 | 246.24 | 0.55 | 0.55 |
| Hex | 5C | 4F | CC | 37 | 3D | 0 | 14 | F6 | 37 | 37 |
| Octal | 134 | 117 | 314 | 67 | 75 | 0 | 24 | 366 | 67 | 67 |
| Binary | 1011100 | 1001111 | 11001100 | 110111 | 111101 | 0 | 10100 | 11110110 | 110111 | 110111 |
Color Harmonies of #5C4FCC
Complementary color
Monochromatic Colors of #5C4FCC
Black with #5C4FCC
Text Example
Text Example
White with #5C4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4FCC; }
p { color: rgb(92,79,204); }
H1.HeaderClassName
{
color: #5C4FCC;
}
.AnyTagClassName
{
color: #5C4FCC;
}
</style>
background-color css
<style>
a { background-color: #5C4FCC; }
a { background-color: rgb(92,79,204); }
div.DivClassName
{
background-color: #5C4FCC;
}
.BgClassName
{
background-color: #5C4FCC;
}
</style>
border-color css
<style>
span { border-color: #5C4FCC; }
span { border-color: rgb(92,79,204); }
td.TdClassName
{
border-color: #5C4FCC;
}
.TagClassName
{
border-color: #5C4FCC;
}
</style>