Shades of Slate Blue #554ACD
Tints of Slate Blue #554ACD
RGB
CMYK
RGB Variations
Color information
#554ACD (or 0x554ACD) is known color: Slate Blue. HEX triplet: 55, 4A and CD. RGB value is (85,74,205). Sum of RGB (Red+Green+Blue) = 85+74+205=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #554ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ACD is #AAB532. Grayscale: #5B5B5B. Windows color (decimal): -11187507 or 13453909. OLE color: 13453909.
HSL color Cylindrical-coordinate representation of color #554ACD: hue angle of 245.04º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554ACD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 74 | 205 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.20 |
| HSL | 245.04º | 0.57% | 0.55% | - |
| HSV(B) | 245.04º | 0.64% | 0.8% | - |
| XYZ | 17.21 | 11.24 | 59.02 | - |
| YUV | 92.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 205 | 0.59 | 0.64 | 0 | 0.20 | 245.04 | 0.57 | 0.55 |
| Hex | 55 | 4A | CD | 3B | 40 | 0 | 14 | F5 | 39 | 37 |
| Octal | 125 | 112 | 315 | 73 | 100 | 0 | 24 | 365 | 71 | 67 |
| Binary | 1010101 | 1001010 | 11001101 | 111011 | 1000000 | 0 | 10100 | 11110101 | 111001 | 110111 |
Color Harmonies of #554ACD
Complementary color
Monochromatic Colors of #554ACD
Black with #554ACD
Text Example
Text Example
White with #554ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ACD; }
p { color: rgb(85,74,205); }
H1.HeaderClassName
{
color: #554ACD;
}
.AnyTagClassName
{
color: #554ACD;
}
</style>
background-color css
<style>
a { background-color: #554ACD; }
a { background-color: rgb(85,74,205); }
div.DivClassName
{
background-color: #554ACD;
}
.BgClassName
{
background-color: #554ACD;
}
</style>
border-color css
<style>
span { border-color: #554ACD; }
span { border-color: rgb(85,74,205); }
td.TdClassName
{
border-color: #554ACD;
}
.TagClassName
{
border-color: #554ACD;
}
</style>