Shades of Slate Blue #554ADC
Tints of Slate Blue #554ADC
RGB
CMYK
RGB Variations
Color information
#554ADC (or 0x554ADC) is known color: Slate Blue. HEX triplet: 55, 4A and DC. RGB value is (85,74,220). Sum of RGB (Red+Green+Blue) = 85+74+220=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #554ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ADC is #AAB523. Grayscale: #5D5D5D. Windows color (decimal): -11187492 or 14436949. OLE color: 14436949.
HSL color Cylindrical-coordinate representation of color #554ADC: hue angle of 244.52º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554ADC is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 74 | 220 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.14 |
| HSL | 244.52º | 0.68% | 0.58% | - |
| HSV(B) | 244.52º | 0.66% | 0.86% | - |
| XYZ | 19.11 | 12 | 69.02 | - |
| YUV | 93.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 220 | 0.61 | 0.66 | 0 | 0.14 | 244.52 | 0.68 | 0.58 |
| Hex | 55 | 4A | DC | 3D | 42 | 0 | E | F5 | 44 | 3A |
| Octal | 125 | 112 | 334 | 75 | 102 | 0 | 16 | 365 | 104 | 72 |
| Binary | 1010101 | 1001010 | 11011100 | 111101 | 1000010 | 0 | 1110 | 11110101 | 1000100 | 111010 |
Color Harmonies of #554ADC
Complementary color
Monochromatic Colors of #554ADC
Black with #554ADC
Text Example
Text Example
White with #554ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ADC; }
p { color: rgb(85,74,220); }
H1.HeaderClassName
{
color: #554ADC;
}
.AnyTagClassName
{
color: #554ADC;
}
</style>
background-color css
<style>
a { background-color: #554ADC; }
a { background-color: rgb(85,74,220); }
div.DivClassName
{
background-color: #554ADC;
}
.BgClassName
{
background-color: #554ADC;
}
</style>
border-color css
<style>
span { border-color: #554ADC; }
span { border-color: rgb(85,74,220); }
td.TdClassName
{
border-color: #554ADC;
}
.TagClassName
{
border-color: #554ADC;
}
</style>