#565055

Color #565055 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #565055

Tints of Purple Taupe #565055

Color information

#565055 (or 0x565055) is unknown color: approx 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

RGB868085-
CMYK00.070.010.66
HSL310º3.61%32.55%-
HSV(B)310º6.98%33.73%-
XYZ8.358.379.77-
YUV82.36129.49130.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=34.26%
G=31.87%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86808500.070.010.663103.6132.55
Hex56505507142136421
Octal126120125071102466441
Binary101011010100001010101011111000010100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>