Shades of Slate Blue #5555E1
Tints of Slate Blue #5555E1
RGB
CMYK
RGB Variations
Color information
#5555E1 (or 0x5555E1) is known color: Slate Blue. HEX triplet: 55, 55 and E1. RGB value is (85,85,225). Sum of RGB (Red+Green+Blue) = 85+85+225=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #5555E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5555E1 is #AAAA1E. Grayscale: #646464. Windows color (decimal): -11184671 or 14767445. OLE color: 14767445.
HSL color Cylindrical-coordinate representation of color #5555E1: hue angle of 240º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5555E1 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 85 | 225 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.12 |
| HSL | 240º | 0.7% | 0.61% | - |
| HSV(B) | 240º | 0.62% | 0.88% | - |
| XYZ | 20.59 | 13.86 | 72.83 | - |
| YUV | 100.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 225 | 0.62 | 0.62 | 0 | 0.12 | 240 | 0.7 | 0.61 |
| Hex | 55 | 55 | E1 | 3E | 3E | 0 | C | F0 | 46 | 3D |
| Octal | 125 | 125 | 341 | 76 | 76 | 0 | 14 | 360 | 106 | 75 |
| Binary | 1010101 | 1010101 | 11100001 | 111110 | 111110 | 0 | 1100 | 11110000 | 1000110 | 111101 |
Color Harmonies of #5555E1
Complementary color
Monochromatic Colors of #5555E1
Black with #5555E1
Text Example
Text Example
White with #5555E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5555E1; }
p { color: rgb(85,85,225); }
H1.HeaderClassName
{
color: #5555E1;
}
.AnyTagClassName
{
color: #5555E1;
}
</style>
background-color css
<style>
a { background-color: #5555E1; }
a { background-color: rgb(85,85,225); }
div.DivClassName
{
background-color: #5555E1;
}
.BgClassName
{
background-color: #5555E1;
}
</style>
border-color css
<style>
span { border-color: #5555E1; }
span { border-color: rgb(85,85,225); }
td.TdClassName
{
border-color: #5555E1;
}
.TagClassName
{
border-color: #5555E1;
}
</style>