Shades of Slate Blue #5C3FD8
Tints of Slate Blue #5C3FD8
RGB
CMYK
RGB Variations
Color information
#5C3FD8 (or 0x5C3FD8) is known color: Slate Blue. HEX triplet: 5C, 3F and D8. RGB value is (92,63,216). Sum of RGB (Red+Green+Blue) = 92+63+216=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C3FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3FD8 is #A3C027. Grayscale: #585858. Windows color (decimal): -10731560 or 14171996. OLE color: 14171996.
HSL color Cylindrical-coordinate representation of color #5C3FD8: hue angle of 251.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C3FD8 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 63 | 216 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.15 |
| HSL | 251.37º | 0.66% | 0.55% | - |
| HSV(B) | 251.37º | 0.71% | 0.85% | - |
| XYZ | 18.59 | 10.79 | 66.07 | - |
| YUV | 89.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 216 | 0.57 | 0.71 | 0 | 0.15 | 251.37 | 0.66 | 0.55 |
| Hex | 5C | 3F | D8 | 39 | 47 | 0 | F | FB | 42 | 37 |
| Octal | 134 | 77 | 330 | 71 | 107 | 0 | 17 | 373 | 102 | 67 |
| Binary | 1011100 | 111111 | 11011000 | 111001 | 1000111 | 0 | 1111 | 11111011 | 1000010 | 110111 |
Color Harmonies of #5C3FD8
Complementary color
Monochromatic Colors of #5C3FD8
Black with #5C3FD8
Text Example
Text Example
White with #5C3FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3FD8; }
p { color: rgb(92,63,216); }
H1.HeaderClassName
{
color: #5C3FD8;
}
.AnyTagClassName
{
color: #5C3FD8;
}
</style>
background-color css
<style>
a { background-color: #5C3FD8; }
a { background-color: rgb(92,63,216); }
div.DivClassName
{
background-color: #5C3FD8;
}
.BgClassName
{
background-color: #5C3FD8;
}
</style>
border-color css
<style>
span { border-color: #5C3FD8; }
span { border-color: rgb(92,63,216); }
td.TdClassName
{
border-color: #5C3FD8;
}
.TagClassName
{
border-color: #5C3FD8;
}
</style>