Shades of Slate Blue #554ADE
Tints of Slate Blue #554ADE
RGB
CMYK
RGB Variations
Color information
#554ADE (or 0x554ADE) is known color: Slate Blue. HEX triplet: 55, 4A and DE. RGB value is (85,74,222). Sum of RGB (Red+Green+Blue) = 85+74+222=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #554ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ADE is #AAB521. Grayscale: #5D5D5D. Windows color (decimal): -11187490 or 14568021. OLE color: 14568021.
HSL color Cylindrical-coordinate representation of color #554ADE: hue angle of 244.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554ADE is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 74 | 222 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.13 |
| HSL | 244.46º | 0.69% | 0.58% | - |
| HSV(B) | 244.46º | 0.67% | 0.87% | - |
| XYZ | 19.38 | 12.1 | 70.42 | - |
| YUV | 94.16 | 200.14 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 222 | 0.62 | 0.67 | 0 | 0.13 | 244.46 | 0.69 | 0.58 |
| Hex | 55 | 4A | DE | 3E | 43 | 0 | D | F4 | 45 | 3A |
| Octal | 125 | 112 | 336 | 76 | 103 | 0 | 15 | 364 | 105 | 72 |
| Binary | 1010101 | 1001010 | 11011110 | 111110 | 1000011 | 0 | 1101 | 11110100 | 1000101 | 111010 |
Color Harmonies of #554ADE
Complementary color
Monochromatic Colors of #554ADE
Black with #554ADE
Text Example
Text Example
White with #554ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ADE; }
p { color: rgb(85,74,222); }
H1.HeaderClassName
{
color: #554ADE;
}
.AnyTagClassName
{
color: #554ADE;
}
</style>
background-color css
<style>
a { background-color: #554ADE; }
a { background-color: rgb(85,74,222); }
div.DivClassName
{
background-color: #554ADE;
}
.BgClassName
{
background-color: #554ADE;
}
</style>
border-color css
<style>
span { border-color: #554ADE; }
span { border-color: rgb(85,74,222); }
td.TdClassName
{
border-color: #554ADE;
}
.TagClassName
{
border-color: #554ADE;
}
</style>