Shades of Slate Blue #5541CC
Tints of Slate Blue #5541CC
RGB
CMYK
RGB Variations
Color information
#5541CC (or 0x5541CC) is known color: Slate Blue. HEX triplet: 55, 41 and CC. RGB value is (85,65,204). Sum of RGB (Red+Green+Blue) = 85+65+204=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #5541CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541CC is #AABE33. Grayscale: #565656. Windows color (decimal): -11189812 or 13386069. OLE color: 13386069.
HSL color Cylindrical-coordinate representation of color #5541CC: hue angle of 248.63º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5541CC is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 65 | 204 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.2 |
| HSL | 248.63º | 0.58% | 0.53% | - |
| HSV(B) | 248.63º | 0.68% | 0.8% | - |
| XYZ | 16.54 | 10.07 | 58.2 | - |
| YUV | 86.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 204 | 0.58 | 0.68 | 0 | 0.2 | 248.63 | 0.58 | 0.53 |
| Hex | 55 | 41 | CC | 3A | 44 | 0 | 14 | F9 | 3A | 35 |
| Octal | 125 | 101 | 314 | 72 | 104 | 0 | 24 | 371 | 72 | 65 |
| Binary | 1010101 | 1000001 | 11001100 | 111010 | 1000100 | 0 | 10100 | 11111001 | 111010 | 110101 |
Color Harmonies of #5541CC
Complementary color
Monochromatic Colors of #5541CC
Black with #5541CC
Text Example
Text Example
White with #5541CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5541CC; }
p { color: rgb(85,65,204); }
H1.HeaderClassName
{
color: #5541CC;
}
.AnyTagClassName
{
color: #5541CC;
}
</style>
background-color css
<style>
a { background-color: #5541CC; }
a { background-color: rgb(85,65,204); }
div.DivClassName
{
background-color: #5541CC;
}
.BgClassName
{
background-color: #5541CC;
}
</style>
border-color css
<style>
span { border-color: #5541CC; }
span { border-color: rgb(85,65,204); }
td.TdClassName
{
border-color: #5541CC;
}
.TagClassName
{
border-color: #5541CC;
}
</style>