Shades of Slate Blue #554DC4
Tints of Slate Blue #554DC4
RGB
CMYK
RGB Variations
Color information
#554DC4 (or 0x554DC4) is known color: Slate Blue. HEX triplet: 55, 4D and C4. RGB value is (85,77,196). Sum of RGB (Red+Green+Blue) = 85+77+196=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #554DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DC4 is #AAB23B. Grayscale: #5C5C5C. Windows color (decimal): -11186748 or 12864853. OLE color: 12864853.
HSL color Cylindrical-coordinate representation of color #554DC4: hue angle of 244.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554DC4 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 77 | 196 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.23 |
| HSL | 244.03º | 0.5% | 0.54% | - |
| HSV(B) | 244.03º | 0.61% | 0.77% | - |
| XYZ | 16.36 | 11.22 | 53.53 | - |
| YUV | 92.96 | 186.15 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 196 | 0.57 | 0.61 | 0 | 0.23 | 244.03 | 0.5 | 0.54 |
| Hex | 55 | 4D | C4 | 39 | 3D | 0 | 17 | F4 | 32 | 36 |
| Octal | 125 | 115 | 304 | 71 | 75 | 0 | 27 | 364 | 62 | 66 |
| Binary | 1010101 | 1001101 | 11000100 | 111001 | 111101 | 0 | 10111 | 11110100 | 110010 | 110110 |
Color Harmonies of #554DC4
Complementary color
Monochromatic Colors of #554DC4
Black with #554DC4
Text Example
Text Example
White with #554DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DC4; }
p { color: rgb(85,77,196); }
H1.HeaderClassName
{
color: #554DC4;
}
.AnyTagClassName
{
color: #554DC4;
}
</style>
background-color css
<style>
a { background-color: #554DC4; }
a { background-color: rgb(85,77,196); }
div.DivClassName
{
background-color: #554DC4;
}
.BgClassName
{
background-color: #554DC4;
}
</style>
border-color css
<style>
span { border-color: #554DC4; }
span { border-color: rgb(85,77,196); }
td.TdClassName
{
border-color: #554DC4;
}
.TagClassName
{
border-color: #554DC4;
}
</style>