Shades of Slate Blue #5547CC
Tints of Slate Blue #5547CC
RGB
CMYK
RGB Variations
Color information
#5547CC (or 0x5547CC) is known color: Slate Blue. HEX triplet: 55, 47 and CC. RGB value is (85,71,204). Sum of RGB (Red+Green+Blue) = 85+71+204=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5547CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547CC is #AAB833. Grayscale: #595959. Windows color (decimal): -11188276 or 13387605. OLE color: 13387605.
HSL color Cylindrical-coordinate representation of color #5547CC: hue angle of 246.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5547CC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 71 | 204 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.2 |
| HSL | 246.32º | 0.57% | 0.54% | - |
| HSV(B) | 246.32º | 0.65% | 0.8% | - |
| XYZ | 16.9 | 10.8 | 58.32 | - |
| YUV | 90.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 204 | 0.58 | 0.65 | 0 | 0.2 | 246.32 | 0.57 | 0.54 |
| Hex | 55 | 47 | CC | 3A | 41 | 0 | 14 | F6 | 39 | 36 |
| Octal | 125 | 107 | 314 | 72 | 101 | 0 | 24 | 366 | 71 | 66 |
| Binary | 1010101 | 1000111 | 11001100 | 111010 | 1000001 | 0 | 10100 | 11110110 | 111001 | 110110 |
Color Harmonies of #5547CC
Complementary color
Monochromatic Colors of #5547CC
Black with #5547CC
Text Example
Text Example
White with #5547CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547CC; }
p { color: rgb(85,71,204); }
H1.HeaderClassName
{
color: #5547CC;
}
.AnyTagClassName
{
color: #5547CC;
}
</style>
background-color css
<style>
a { background-color: #5547CC; }
a { background-color: rgb(85,71,204); }
div.DivClassName
{
background-color: #5547CC;
}
.BgClassName
{
background-color: #5547CC;
}
</style>
border-color css
<style>
span { border-color: #5547CC; }
span { border-color: rgb(85,71,204); }
td.TdClassName
{
border-color: #5547CC;
}
.TagClassName
{
border-color: #5547CC;
}
</style>