Shades of Slate Blue #555AD5
Tints of Slate Blue #555AD5
RGB
CMYK
RGB Variations
Color information
#555AD5 (or 0x555AD5) is known color: Slate Blue. HEX triplet: 55, 5A and D5. RGB value is (85,90,213). Sum of RGB (Red+Green+Blue) = 85+90+213=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #555AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD5 is #AAA52A. Grayscale: #666666. Windows color (decimal): -11183403 or 13982293. OLE color: 13982293.
HSL color Cylindrical-coordinate representation of color #555AD5: hue angle of 237.66º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555AD5 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 90 | 213 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.16 |
| HSL | 237.66º | 0.6% | 0.58% | - |
| HSV(B) | 237.66º | 0.6% | 0.84% | - |
| XYZ | 19.41 | 14.05 | 64.64 | - |
| YUV | 102.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 213 | 0.60 | 0.58 | 0 | 0.16 | 237.66 | 0.6 | 0.58 |
| Hex | 55 | 5A | D5 | 3C | 3A | 0 | 10 | EE | 3C | 3A |
| Octal | 125 | 132 | 325 | 74 | 72 | 0 | 20 | 356 | 74 | 72 |
| Binary | 1010101 | 1011010 | 11010101 | 111100 | 111010 | 0 | 10000 | 11101110 | 111100 | 111010 |
Color Harmonies of #555AD5
Complementary color
Monochromatic Colors of #555AD5
Black with #555AD5
Text Example
Text Example
White with #555AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AD5; }
p { color: rgb(85,90,213); }
H1.HeaderClassName
{
color: #555AD5;
}
.AnyTagClassName
{
color: #555AD5;
}
</style>
background-color css
<style>
a { background-color: #555AD5; }
a { background-color: rgb(85,90,213); }
div.DivClassName
{
background-color: #555AD5;
}
.BgClassName
{
background-color: #555AD5;
}
</style>
border-color css
<style>
span { border-color: #555AD5; }
span { border-color: rgb(85,90,213); }
td.TdClassName
{
border-color: #555AD5;
}
.TagClassName
{
border-color: #555AD5;
}
</style>