Shades of Slate Blue #554CDA
Tints of Slate Blue #554CDA
RGB
CMYK
RGB Variations
Color information
#554CDA (or 0x554CDA) is known color: Slate Blue. HEX triplet: 55, 4C and DA. RGB value is (85,76,218). Sum of RGB (Red+Green+Blue) = 85+76+218=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #554CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDA is #AAB325. Grayscale: #5E5E5E. Windows color (decimal): -11186982 or 14306389. OLE color: 14306389.
HSL color Cylindrical-coordinate representation of color #554CDA: hue angle of 243.8º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554CDA is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 76 | 218 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.15 |
| HSL | 243.8º | 0.66% | 0.58% | - |
| HSV(B) | 243.8º | 0.65% | 0.85% | - |
| XYZ | 18.99 | 12.16 | 67.68 | - |
| YUV | 94.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 218 | 0.61 | 0.65 | 0 | 0.15 | 243.8 | 0.66 | 0.58 |
| Hex | 55 | 4C | DA | 3D | 41 | 0 | F | F4 | 42 | 3A |
| Octal | 125 | 114 | 332 | 75 | 101 | 0 | 17 | 364 | 102 | 72 |
| Binary | 1010101 | 1001100 | 11011010 | 111101 | 1000001 | 0 | 1111 | 11110100 | 1000010 | 111010 |
Color Harmonies of #554CDA
Complementary color
Monochromatic Colors of #554CDA
Black with #554CDA
Text Example
Text Example
White with #554CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CDA; }
p { color: rgb(85,76,218); }
H1.HeaderClassName
{
color: #554CDA;
}
.AnyTagClassName
{
color: #554CDA;
}
</style>
background-color css
<style>
a { background-color: #554CDA; }
a { background-color: rgb(85,76,218); }
div.DivClassName
{
background-color: #554CDA;
}
.BgClassName
{
background-color: #554CDA;
}
</style>
border-color css
<style>
span { border-color: #554CDA; }
span { border-color: rgb(85,76,218); }
td.TdClassName
{
border-color: #554CDA;
}
.TagClassName
{
border-color: #554CDA;
}
</style>