Shades of Purple Taupe #565055
Tints of Purple Taupe #565055
RGB
CMYK
RGB Variations
Color information
#565055 (or 0x565055) is known color: Purple Taupe. HEX triplet: 56, 50 and 55. RGB value is (86,80,85). Sum of RGB (Red+Green+Blue) = 86+80+85=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 86 - color contains mainly: red. Hex color #565055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565055 is #A9AFAA. Grayscale: #525252. Windows color (decimal): -11120555 or 5591126. OLE color: 5591126.
HSL color Cylindrical-coordinate representation of color #565055: hue angle of 310º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565055 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 85 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.66 |
| HSL | 310º | 0.04% | 0.33% | - |
| HSV(B) | 310º | 0.07% | 0.34% | - |
| XYZ | 8.35 | 8.37 | 9.77 | - |
| YUV | 82.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 85 | 0 | 0.07 | 0.01 | 0.66 | 310 | 0.04 | 0.33 |
| Hex | 56 | 50 | 55 | 0 | 7 | 1 | 42 | 136 | 4 | 21 |
| Octal | 126 | 120 | 125 | 0 | 7 | 1 | 102 | 466 | 4 | 41 |
| Binary | 1010110 | 1010000 | 1010101 | 0 | 111 | 1 | 1000010 | 100110110 | 100 | 100001 |
Color Harmonies of #565055
Complementary color
Monochromatic Colors of #565055
Black with #565055
Text Example
Text Example
White with #565055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565055; }
p { color: rgb(86,80,85); }
H1.HeaderClassName
{
color: #565055;
}
.AnyTagClassName
{
color: #565055;
}
</style>
background-color css
<style>
a { background-color: #565055; }
a { background-color: rgb(86,80,85); }
div.DivClassName
{
background-color: #565055;
}
.BgClassName
{
background-color: #565055;
}
</style>
border-color css
<style>
span { border-color: #565055; }
span { border-color: rgb(86,80,85); }
td.TdClassName
{
border-color: #565055;
}
.TagClassName
{
border-color: #565055;
}
</style>