Shades of Slate Blue #5550CC
Tints of Slate Blue #5550CC
RGB
CMYK
RGB Variations
Color information
#5550CC (or 0x5550CC) is known color: Slate Blue. HEX triplet: 55, 50 and CC. RGB value is (85,80,204). Sum of RGB (Red+Green+Blue) = 85+80+204=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5550CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550CC is #AAAF33. Grayscale: #5F5F5F. Windows color (decimal): -11185972 or 13389909. OLE color: 13389909.
HSL color Cylindrical-coordinate representation of color #5550CC: hue angle of 242.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5550CC is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 80 | 204 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.2 |
| HSL | 242.42º | 0.55% | 0.56% | - |
| HSV(B) | 242.42º | 0.61% | 0.8% | - |
| XYZ | 17.51 | 12.03 | 58.53 | - |
| YUV | 95.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 204 | 0.58 | 0.61 | 0 | 0.2 | 242.42 | 0.55 | 0.56 |
| Hex | 55 | 50 | CC | 3A | 3D | 0 | 14 | F2 | 37 | 38 |
| Octal | 125 | 120 | 314 | 72 | 75 | 0 | 24 | 362 | 67 | 70 |
| Binary | 1010101 | 1010000 | 11001100 | 111010 | 111101 | 0 | 10100 | 11110010 | 110111 | 111000 |
Color Harmonies of #5550CC
Complementary color
Monochromatic Colors of #5550CC
Black with #5550CC
Text Example
Text Example
White with #5550CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550CC; }
p { color: rgb(85,80,204); }
H1.HeaderClassName
{
color: #5550CC;
}
.AnyTagClassName
{
color: #5550CC;
}
</style>
background-color css
<style>
a { background-color: #5550CC; }
a { background-color: rgb(85,80,204); }
div.DivClassName
{
background-color: #5550CC;
}
.BgClassName
{
background-color: #5550CC;
}
</style>
border-color css
<style>
span { border-color: #5550CC; }
span { border-color: rgb(85,80,204); }
td.TdClassName
{
border-color: #5550CC;
}
.TagClassName
{
border-color: #5550CC;
}
</style>