Shades of Slate Blue #554CDE
Tints of Slate Blue #554CDE
RGB
CMYK
RGB Variations
Color information
#554CDE (or 0x554CDE) is known color: Slate Blue. HEX triplet: 55, 4C and DE. RGB value is (85,76,222). Sum of RGB (Red+Green+Blue) = 85+76+222=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #554CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDE is #AAB321. Grayscale: #5E5E5E. Windows color (decimal): -11186978 or 14568533. OLE color: 14568533.
HSL color Cylindrical-coordinate representation of color #554CDE: hue angle of 243.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554CDE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 76 | 222 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.13 |
| HSL | 243.7º | 0.69% | 0.58% | - |
| HSV(B) | 243.7º | 0.66% | 0.87% | - |
| XYZ | 19.52 | 12.37 | 70.47 | - |
| YUV | 95.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 222 | 0.62 | 0.66 | 0 | 0.13 | 243.7 | 0.69 | 0.58 |
| Hex | 55 | 4C | DE | 3E | 42 | 0 | D | F4 | 45 | 3A |
| Octal | 125 | 114 | 336 | 76 | 102 | 0 | 15 | 364 | 105 | 72 |
| Binary | 1010101 | 1001100 | 11011110 | 111110 | 1000010 | 0 | 1101 | 11110100 | 1000101 | 111010 |
Color Harmonies of #554CDE
Complementary color
Monochromatic Colors of #554CDE
Black with #554CDE
Text Example
Text Example
White with #554CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CDE; }
p { color: rgb(85,76,222); }
H1.HeaderClassName
{
color: #554CDE;
}
.AnyTagClassName
{
color: #554CDE;
}
</style>
background-color css
<style>
a { background-color: #554CDE; }
a { background-color: rgb(85,76,222); }
div.DivClassName
{
background-color: #554CDE;
}
.BgClassName
{
background-color: #554CDE;
}
</style>
border-color css
<style>
span { border-color: #554CDE; }
span { border-color: rgb(85,76,222); }
td.TdClassName
{
border-color: #554CDE;
}
.TagClassName
{
border-color: #554CDE;
}
</style>