Shades of Slate Blue #554CCE
Tints of Slate Blue #554CCE
RGB
CMYK
RGB Variations
Color information
#554CCE (or 0x554CCE) is known color: Slate Blue. HEX triplet: 55, 4C and CE. RGB value is (85,76,206). Sum of RGB (Red+Green+Blue) = 85+76+206=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #554CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CCE is #AAB331. Grayscale: #5D5D5D. Windows color (decimal): -11186994 or 13519957. OLE color: 13519957.
HSL color Cylindrical-coordinate representation of color #554CCE: hue angle of 244.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #554CCE is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 76 | 206 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.19 |
| HSL | 244.15º | 0.57% | 0.55% | - |
| HSV(B) | 244.15º | 0.63% | 0.81% | - |
| XYZ | 17.47 | 11.56 | 59.7 | - |
| YUV | 93.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 206 | 0.59 | 0.63 | 0 | 0.19 | 244.15 | 0.57 | 0.55 |
| Hex | 55 | 4C | CE | 3B | 3F | 0 | 13 | F4 | 39 | 37 |
| Octal | 125 | 114 | 316 | 73 | 77 | 0 | 23 | 364 | 71 | 67 |
| Binary | 1010101 | 1001100 | 11001110 | 111011 | 111111 | 0 | 10011 | 11110100 | 111001 | 110111 |
Color Harmonies of #554CCE
Complementary color
Monochromatic Colors of #554CCE
Black with #554CCE
Text Example
Text Example
White with #554CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CCE; }
p { color: rgb(85,76,206); }
H1.HeaderClassName
{
color: #554CCE;
}
.AnyTagClassName
{
color: #554CCE;
}
</style>
background-color css
<style>
a { background-color: #554CCE; }
a { background-color: rgb(85,76,206); }
div.DivClassName
{
background-color: #554CCE;
}
.BgClassName
{
background-color: #554CCE;
}
</style>
border-color css
<style>
span { border-color: #554CCE; }
span { border-color: rgb(85,76,206); }
td.TdClassName
{
border-color: #554CCE;
}
.TagClassName
{
border-color: #554CCE;
}
</style>