Shades of Slate Blue #5E5BCA
Tints of Slate Blue #5E5BCA
RGB
CMYK
RGB Variations
Color information
#5E5BCA (or 0x5E5BCA) is known color: Slate Blue. HEX triplet: 5E, 5B and CA. RGB value is (94,91,202). Sum of RGB (Red+Green+Blue) = 94+91+202=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BCA is #A1A435. Grayscale: #686868. Windows color (decimal): -10593334 or 13261662. OLE color: 13261662.
HSL color Cylindrical-coordinate representation of color #5E5BCA: hue angle of 241.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E5BCA is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 91 | 202 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.21 |
| HSL | 241.62º | 0.51% | 0.57% | - |
| HSV(B) | 241.62º | 0.55% | 0.79% | - |
| XYZ | 19.02 | 14.13 | 57.6 | - |
| YUV | 104.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 202 | 0.53 | 0.55 | 0 | 0.21 | 241.62 | 0.51 | 0.57 |
| Hex | 5E | 5B | CA | 35 | 37 | 0 | 15 | F2 | 33 | 39 |
| Octal | 136 | 133 | 312 | 65 | 67 | 0 | 25 | 362 | 63 | 71 |
| Binary | 1011110 | 1011011 | 11001010 | 110101 | 110111 | 0 | 10101 | 11110010 | 110011 | 111001 |
Color Harmonies of #5E5BCA
Complementary color
Monochromatic Colors of #5E5BCA
Black with #5E5BCA
Text Example
Text Example
White with #5E5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BCA; }
p { color: rgb(94,91,202); }
H1.HeaderClassName
{
color: #5E5BCA;
}
.AnyTagClassName
{
color: #5E5BCA;
}
</style>
background-color css
<style>
a { background-color: #5E5BCA; }
a { background-color: rgb(94,91,202); }
div.DivClassName
{
background-color: #5E5BCA;
}
.BgClassName
{
background-color: #5E5BCA;
}
</style>
border-color css
<style>
span { border-color: #5E5BCA; }
span { border-color: rgb(94,91,202); }
td.TdClassName
{
border-color: #5E5BCA;
}
.TagClassName
{
border-color: #5E5BCA;
}
</style>