Shades of Slate Blue #554FC5
Tints of Slate Blue #554FC5
RGB
CMYK
RGB Variations
Color information
#554FC5 (or 0x554FC5) is known color: Slate Blue. HEX triplet: 55, 4F and C5. RGB value is (85,79,197). Sum of RGB (Red+Green+Blue) = 85+79+197=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #554FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FC5 is #AAB03A. Grayscale: #5D5D5D. Windows color (decimal): -11186235 or 12930901. OLE color: 12930901.
HSL color Cylindrical-coordinate representation of color #554FC5: hue angle of 243.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554FC5 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 79 | 197 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.23 |
| HSL | 243.05º | 0.5% | 0.54% | - |
| HSV(B) | 243.05º | 0.6% | 0.77% | - |
| XYZ | 16.62 | 11.55 | 54.18 | - |
| YUV | 94.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 197 | 0.57 | 0.60 | 0 | 0.23 | 243.05 | 0.5 | 0.54 |
| Hex | 55 | 4F | C5 | 39 | 3C | 0 | 17 | F3 | 32 | 36 |
| Octal | 125 | 117 | 305 | 71 | 74 | 0 | 27 | 363 | 62 | 66 |
| Binary | 1010101 | 1001111 | 11000101 | 111001 | 111100 | 0 | 10111 | 11110011 | 110010 | 110110 |
Color Harmonies of #554FC5
Complementary color
Monochromatic Colors of #554FC5
Black with #554FC5
Text Example
Text Example
White with #554FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FC5; }
p { color: rgb(85,79,197); }
H1.HeaderClassName
{
color: #554FC5;
}
.AnyTagClassName
{
color: #554FC5;
}
</style>
background-color css
<style>
a { background-color: #554FC5; }
a { background-color: rgb(85,79,197); }
div.DivClassName
{
background-color: #554FC5;
}
.BgClassName
{
background-color: #554FC5;
}
</style>
border-color css
<style>
span { border-color: #554FC5; }
span { border-color: rgb(85,79,197); }
td.TdClassName
{
border-color: #554FC5;
}
.TagClassName
{
border-color: #554FC5;
}
</style>