Shades of Slate Blue #5B55DE
Tints of Slate Blue #5B55DE
RGB
CMYK
RGB Variations
Color information
#5B55DE (or 0x5B55DE) is known color: Slate Blue. HEX triplet: 5B, 55 and DE. RGB value is (91,85,222). Sum of RGB (Red+Green+Blue) = 91+85+222=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B55DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55DE is #A4AA21. Grayscale: #656565. Windows color (decimal): -10791458 or 14570843. OLE color: 14570843.
HSL color Cylindrical-coordinate representation of color #5B55DE: hue angle of 242.63º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B55DE is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 85 | 222 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.13 |
| HSL | 242.63º | 0.67% | 0.6% | - |
| HSV(B) | 242.63º | 0.62% | 0.87% | - |
| XYZ | 20.75 | 14 | 70.72 | - |
| YUV | 102.41 | 195.49 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 222 | 0.59 | 0.62 | 0 | 0.13 | 242.63 | 0.67 | 0.6 |
| Hex | 5B | 55 | DE | 3B | 3E | 0 | D | F3 | 43 | 3C |
| Octal | 133 | 125 | 336 | 73 | 76 | 0 | 15 | 363 | 103 | 74 |
| Binary | 1011011 | 1010101 | 11011110 | 111011 | 111110 | 0 | 1101 | 11110011 | 1000011 | 111100 |
Color Harmonies of #5B55DE
Complementary color
Monochromatic Colors of #5B55DE
Black with #5B55DE
Text Example
Text Example
White with #5B55DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B55DE; }
p { color: rgb(91,85,222); }
H1.HeaderClassName
{
color: #5B55DE;
}
.AnyTagClassName
{
color: #5B55DE;
}
</style>
background-color css
<style>
a { background-color: #5B55DE; }
a { background-color: rgb(91,85,222); }
div.DivClassName
{
background-color: #5B55DE;
}
.BgClassName
{
background-color: #5B55DE;
}
</style>
border-color css
<style>
span { border-color: #5B55DE; }
span { border-color: rgb(91,85,222); }
td.TdClassName
{
border-color: #5B55DE;
}
.TagClassName
{
border-color: #5B55DE;
}
</style>