Shades of Slate Blue #5C50C6
Tints of Slate Blue #5C50C6
RGB
CMYK
RGB Variations
Color information
#5C50C6 (or 0x5C50C6) is known color: Slate Blue. HEX triplet: 5C, 50 and C6. RGB value is (92,80,198). Sum of RGB (Red+Green+Blue) = 92+80+198=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #5C50C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C50C6 is #A3AF39. Grayscale: #606060. Windows color (decimal): -10727226 or 12996700. OLE color: 12996700.
HSL color Cylindrical-coordinate representation of color #5C50C6: hue angle of 246.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C50C6 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 80 | 198 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.22 |
| HSL | 246.1º | 0.51% | 0.55% | - |
| HSV(B) | 246.1º | 0.6% | 0.78% | - |
| XYZ | 17.48 | 12.09 | 54.84 | - |
| YUV | 97.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 198 | 0.54 | 0.60 | 0 | 0.22 | 246.1 | 0.51 | 0.55 |
| Hex | 5C | 50 | C6 | 36 | 3C | 0 | 16 | F6 | 33 | 37 |
| Octal | 134 | 120 | 306 | 66 | 74 | 0 | 26 | 366 | 63 | 67 |
| Binary | 1011100 | 1010000 | 11000110 | 110110 | 111100 | 0 | 10110 | 11110110 | 110011 | 110111 |
Color Harmonies of #5C50C6
Complementary color
Monochromatic Colors of #5C50C6
Black with #5C50C6
Text Example
Text Example
White with #5C50C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C50C6; }
p { color: rgb(92,80,198); }
H1.HeaderClassName
{
color: #5C50C6;
}
.AnyTagClassName
{
color: #5C50C6;
}
</style>
background-color css
<style>
a { background-color: #5C50C6; }
a { background-color: rgb(92,80,198); }
div.DivClassName
{
background-color: #5C50C6;
}
.BgClassName
{
background-color: #5C50C6;
}
</style>
border-color css
<style>
span { border-color: #5C50C6; }
span { border-color: rgb(92,80,198); }
td.TdClassName
{
border-color: #5C50C6;
}
.TagClassName
{
border-color: #5C50C6;
}
</style>