#553B4E

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

Shades of Purple Taupe #553B4E

Tints of Purple Taupe #553B4E

Color information

#553B4E (or 0x553B4E) is unknown color: approx Purple Taupe. HEX triplet: 55, 3B and 4E. RGB value is (85,59,78). Sum of RGB (Red+Green+Blue) = 85+59+78=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B4E is #AAC4B1. Grayscale: #444444. Windows color (decimal): -11191474 or 5126997. OLE color: 5126997.

HSL color Cylindrical-coordinate representation of color #553B4E: hue angle of 316.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553B4E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB855978-
CMYK00.310.080.67
HSL316.15º18.06%28.24%-
HSV(B)316.15º30.59%33.33%-
XYZ6.695.617.94-
YUV68.94133.11139.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=38.29%
G=26.58%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85597800.310.080.67316.1518.0628.24
Hex553B4E01F84313c121c
Octal12573116037101034742234
Binary10101011110111001110011111100010000111001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B4E; }

 p { color: rgb(85,59,78); }

 H1.HeaderClassName
 {
   color: #553B4E;
 }
 .AnyTagClassName
 {
   color: #553B4E;
 }
</style>
background-color css

<style>
 a { background-color: #553B4E; }

 a { background-color: rgb(85,59,78); }

 div.DivClassName
 {
   background-color: #553B4E;
 }
 .BgClassName
 {
   background-color: #553B4E;
 }
</style>
border-color css

<style>
 span { border-color: #553B4E; }

 span { border-color: rgb(85,59,78); }

 td.TdClassName
 {
   border-color: #553B4E;
 }
 .TagClassName
 {
   border-color: #553B4E;
 }
</style>