Shades of Slate Blue #5E4DCC
Tints of Slate Blue #5E4DCC
RGB
CMYK
RGB Variations
Color information
#5E4DCC (or 0x5E4DCC) is known color: Slate Blue. HEX triplet: 5E, 4D and CC. RGB value is (94,77,204). Sum of RGB (Red+Green+Blue) = 94+77+204=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 77 (30.47% from 255 or 20.53% 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 #5E4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DCC is #A1B233. Grayscale: #606060. Windows color (decimal): -10596916 or 13389150. OLE color: 13389150.
HSL color Cylindrical-coordinate representation of color #5E4DCC: hue angle of 248.03º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4DCC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 94 | 77 | 204 | - |
CMYK | 0.54 | 0.62 | 0 | 0.2 |
HSL | 248.03º | 0.55% | 0.55% | - |
HSV(B) | 248.03º | 0.62% | 0.8% | - |
XYZ | 18.17 | 12.05 | 58.49 | - |
YUV | 96.56 | 188.63 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 77 | 204 | 0.54 | 0.62 | 0 | 0.2 | 248.03 | 0.55 | 0.55 |
Hex | 5E | 4D | CC | 36 | 3E | 0 | 14 | F8 | 37 | 37 |
Octal | 136 | 115 | 314 | 66 | 76 | 0 | 24 | 370 | 67 | 67 |
Binary | 1011110 | 1001101 | 11001100 | 110110 | 111110 | 0 | 10100 | 11111000 | 110111 | 110111 |
Color Harmonies of #5E4DCC
Complementary color
Monochromatic Colors of #5E4DCC
Black with #5E4DCC
Text Example
Text Example
White with #5E4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DCC; }
p { color: rgb(94,77,204); }
H1.HeaderClassName
{
color: #5E4DCC;
}
.AnyTagClassName
{
color: #5E4DCC;
}
</style>
background-color css
<style>
a { background-color: #5E4DCC; }
a { background-color: rgb(94,77,204); }
div.DivClassName
{
background-color: #5E4DCC;
}
.BgClassName
{
background-color: #5E4DCC;
}
</style>
border-color css
<style>
span { border-color: #5E4DCC; }
span { border-color: rgb(94,77,204); }
td.TdClassName
{
border-color: #5E4DCC;
}
.TagClassName
{
border-color: #5E4DCC;
}
</style>