Shades of Slate Blue #555AD4
Tints of Slate Blue #555AD4
RGB
CMYK
RGB Variations
Color information
#555AD4 (or 0x555AD4) is known color: Slate Blue. HEX triplet: 55, 5A and D4. RGB value is (85,90,212). Sum of RGB (Red+Green+Blue) = 85+90+212=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #555AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD4 is #AAA52B. Grayscale: #656565. Windows color (decimal): -11183404 or 13916757. OLE color: 13916757.
HSL color Cylindrical-coordinate representation of color #555AD4: hue angle of 237.64º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555AD4 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 90 | 212 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.17 |
| HSL | 237.64º | 0.6% | 0.58% | - |
| HSV(B) | 237.64º | 0.6% | 0.83% | - |
| XYZ | 19.29 | 14 | 63.97 | - |
| YUV | 102.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 212 | 0.60 | 0.58 | 0 | 0.17 | 237.64 | 0.6 | 0.58 |
| Hex | 55 | 5A | D4 | 3C | 3A | 0 | 11 | EE | 3C | 3A |
| Octal | 125 | 132 | 324 | 74 | 72 | 0 | 21 | 356 | 74 | 72 |
| Binary | 1010101 | 1011010 | 11010100 | 111100 | 111010 | 0 | 10001 | 11101110 | 111100 | 111010 |
Color Harmonies of #555AD4
Complementary color
Monochromatic Colors of #555AD4
Black with #555AD4
Text Example
Text Example
White with #555AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AD4; }
p { color: rgb(85,90,212); }
H1.HeaderClassName
{
color: #555AD4;
}
.AnyTagClassName
{
color: #555AD4;
}
</style>
background-color css
<style>
a { background-color: #555AD4; }
a { background-color: rgb(85,90,212); }
div.DivClassName
{
background-color: #555AD4;
}
.BgClassName
{
background-color: #555AD4;
}
</style>
border-color css
<style>
span { border-color: #555AD4; }
span { border-color: rgb(85,90,212); }
td.TdClassName
{
border-color: #555AD4;
}
.TagClassName
{
border-color: #555AD4;
}
</style>