Shades of Slate Blue #5B5EDA
Tints of Slate Blue #5B5EDA
RGB
CMYK
RGB Variations
Color information
#5B5EDA (or 0x5B5EDA) is known color: Slate Blue. HEX triplet: 5B, 5E and DA. RGB value is (91,94,218). Sum of RGB (Red+Green+Blue) = 91+94+218=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B5EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5EDA is #A4A125. Grayscale: #6A6A6A. Windows color (decimal): -10789158 or 14311003. OLE color: 14311003.
HSL color Cylindrical-coordinate representation of color #5B5EDA: hue angle of 238.58º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B5EDA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 94 | 218 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.15 |
| HSL | 238.58º | 0.63% | 0.61% | - |
| HSV(B) | 238.58º | 0.58% | 0.85% | - |
| XYZ | 20.97 | 15.29 | 68.18 | - |
| YUV | 107.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 218 | 0.58 | 0.57 | 0 | 0.15 | 238.58 | 0.63 | 0.61 |
| Hex | 5B | 5E | DA | 3A | 39 | 0 | F | EF | 3F | 3D |
| Octal | 133 | 136 | 332 | 72 | 71 | 0 | 17 | 357 | 77 | 75 |
| Binary | 1011011 | 1011110 | 11011010 | 111010 | 111001 | 0 | 1111 | 11101111 | 111111 | 111101 |
Color Harmonies of #5B5EDA
Complementary color
Monochromatic Colors of #5B5EDA
Black with #5B5EDA
Text Example
Text Example
White with #5B5EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EDA; }
p { color: rgb(91,94,218); }
H1.HeaderClassName
{
color: #5B5EDA;
}
.AnyTagClassName
{
color: #5B5EDA;
}
</style>
background-color css
<style>
a { background-color: #5B5EDA; }
a { background-color: rgb(91,94,218); }
div.DivClassName
{
background-color: #5B5EDA;
}
.BgClassName
{
background-color: #5B5EDA;
}
</style>
border-color css
<style>
span { border-color: #5B5EDA; }
span { border-color: rgb(91,94,218); }
td.TdClassName
{
border-color: #5B5EDA;
}
.TagClassName
{
border-color: #5B5EDA;
}
</style>