Shades of Slate Blue #554DCB
Tints of Slate Blue #554DCB
RGB
CMYK
RGB Variations
Color information
#554DCB (or 0x554DCB) is known color: Slate Blue. HEX triplet: 55, 4D and CB. RGB value is (85,77,203). Sum of RGB (Red+Green+Blue) = 85+77+203=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #554DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DCB is #AAB234. Grayscale: #5D5D5D. Windows color (decimal): -11186741 or 13323605. OLE color: 13323605.
HSL color Cylindrical-coordinate representation of color #554DCB: hue angle of 243.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554DCB is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 77 | 203 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.20 |
| HSL | 243.81º | 0.55% | 0.55% | - |
| HSV(B) | 243.81º | 0.62% | 0.8% | - |
| XYZ | 17.18 | 11.55 | 57.82 | - |
| YUV | 93.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 203 | 0.58 | 0.62 | 0 | 0.20 | 243.81 | 0.55 | 0.55 |
| Hex | 55 | 4D | CB | 3A | 3E | 0 | 14 | F4 | 37 | 37 |
| Octal | 125 | 115 | 313 | 72 | 76 | 0 | 24 | 364 | 67 | 67 |
| Binary | 1010101 | 1001101 | 11001011 | 111010 | 111110 | 0 | 10100 | 11110100 | 110111 | 110111 |
Color Harmonies of #554DCB
Complementary color
Monochromatic Colors of #554DCB
Black with #554DCB
Text Example
Text Example
White with #554DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DCB; }
p { color: rgb(85,77,203); }
H1.HeaderClassName
{
color: #554DCB;
}
.AnyTagClassName
{
color: #554DCB;
}
</style>
background-color css
<style>
a { background-color: #554DCB; }
a { background-color: rgb(85,77,203); }
div.DivClassName
{
background-color: #554DCB;
}
.BgClassName
{
background-color: #554DCB;
}
</style>
border-color css
<style>
span { border-color: #554DCB; }
span { border-color: rgb(85,77,203); }
td.TdClassName
{
border-color: #554DCB;
}
.TagClassName
{
border-color: #554DCB;
}
</style>