Shades of Slate Blue #554FCB
Tints of Slate Blue #554FCB
RGB
CMYK
RGB Variations
Color information
#554FCB (or 0x554FCB) is known color: Slate Blue. HEX triplet: 55, 4F and CB. RGB value is (85,79,203). Sum of RGB (Red+Green+Blue) = 85+79+203=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #554FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FCB is #AAB034. Grayscale: #5E5E5E. Windows color (decimal): -11186229 or 13324117. OLE color: 13324117.
HSL color Cylindrical-coordinate representation of color #554FCB: hue angle of 242.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554FCB is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 79 | 203 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.20 |
| HSL | 242.9º | 0.54% | 0.55% | - |
| HSV(B) | 242.9º | 0.61% | 0.8% | - |
| XYZ | 17.32 | 11.84 | 57.87 | - |
| YUV | 94.93 | 188.99 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 203 | 0.58 | 0.61 | 0 | 0.20 | 242.9 | 0.54 | 0.55 |
| Hex | 55 | 4F | CB | 3A | 3D | 0 | 14 | F3 | 36 | 37 |
| Octal | 125 | 117 | 313 | 72 | 75 | 0 | 24 | 363 | 66 | 67 |
| Binary | 1010101 | 1001111 | 11001011 | 111010 | 111101 | 0 | 10100 | 11110011 | 110110 | 110111 |
Color Harmonies of #554FCB
Complementary color
Monochromatic Colors of #554FCB
Black with #554FCB
Text Example
Text Example
White with #554FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FCB; }
p { color: rgb(85,79,203); }
H1.HeaderClassName
{
color: #554FCB;
}
.AnyTagClassName
{
color: #554FCB;
}
</style>
background-color css
<style>
a { background-color: #554FCB; }
a { background-color: rgb(85,79,203); }
div.DivClassName
{
background-color: #554FCB;
}
.BgClassName
{
background-color: #554FCB;
}
</style>
border-color css
<style>
span { border-color: #554FCB; }
span { border-color: rgb(85,79,203); }
td.TdClassName
{
border-color: #554FCB;
}
.TagClassName
{
border-color: #554FCB;
}
</style>