#554953

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

Shades of Purple Taupe #554953

Tints of Purple Taupe #554953

Color information

#554953 (or 0x554953) is unknown color: approx Purple Taupe. HEX triplet: 55, 49 and 53. RGB value is (85,73,83). Sum of RGB (Red+Green+Blue) = 85+73+83=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #554953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554953 is #AAB6AC. Grayscale: #4D4D4D. Windows color (decimal): -11187885 or 5458261. OLE color: 5458261.

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

Color convert

RGB857383-
CMYK00.140.020.67
HSL310º7.59%30.98%-
HSV(B)310º14.12%33.33%-
XYZ7.697.329.19-
YUV77.73130.98133.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=35.27%
G=30.29%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85738300.140.020.673107.5930.98
Hex5549530E24313681f
Octal12511112301621034661037
Binary10101011001001101001101110101000011100110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554953; }

 p { color: rgb(85,73,83); }

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

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

 a { background-color: rgb(85,73,83); }

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

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

 span { border-color: rgb(85,73,83); }

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