Shades of Slate Blue #5E48CC
Tints of Slate Blue #5E48CC
RGB
CMYK
RGB Variations
Color information
#5E48CC (or 0x5E48CC) is known color: Slate Blue. HEX triplet: 5E, 48 and CC. RGB value is (94,72,204). Sum of RGB (Red+Green+Blue) = 94+72+204=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E48CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48CC is #A1B733. Grayscale: #5D5D5D. Windows color (decimal): -10598196 or 13387870. OLE color: 13387870.
HSL color Cylindrical-coordinate representation of color #5E48CC: hue angle of 250º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E48CC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 72 | 204 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.2 |
| HSL | 250º | 0.56% | 0.54% | - |
| HSV(B) | 250º | 0.65% | 0.8% | - |
| XYZ | 17.83 | 11.37 | 58.38 | - |
| YUV | 93.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 204 | 0.54 | 0.65 | 0 | 0.2 | 250 | 0.56 | 0.54 |
| Hex | 5E | 48 | CC | 36 | 41 | 0 | 14 | FA | 38 | 36 |
| Octal | 136 | 110 | 314 | 66 | 101 | 0 | 24 | 372 | 70 | 66 |
| Binary | 1011110 | 1001000 | 11001100 | 110110 | 1000001 | 0 | 10100 | 11111010 | 111000 | 110110 |
Color Harmonies of #5E48CC
Complementary color
Monochromatic Colors of #5E48CC
Black with #5E48CC
Text Example
Text Example
White with #5E48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E48CC; }
p { color: rgb(94,72,204); }
H1.HeaderClassName
{
color: #5E48CC;
}
.AnyTagClassName
{
color: #5E48CC;
}
</style>
background-color css
<style>
a { background-color: #5E48CC; }
a { background-color: rgb(94,72,204); }
div.DivClassName
{
background-color: #5E48CC;
}
.BgClassName
{
background-color: #5E48CC;
}
</style>
border-color css
<style>
span { border-color: #5E48CC; }
span { border-color: rgb(94,72,204); }
td.TdClassName
{
border-color: #5E48CC;
}
.TagClassName
{
border-color: #5E48CC;
}
</style>