#553D54

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

Shades of Purple Taupe #553D54

Tints of Purple Taupe #553D54

Color information

#553D54 (or 0x553D54) is unknown color: approx Purple Taupe. HEX triplet: 55, 3D and 54. RGB value is (85,61,84). Sum of RGB (Red+Green+Blue) = 85+61+84=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #553D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D54 is #AAC2AB. Grayscale: #464646. Windows color (decimal): -11190956 or 5520725. OLE color: 5520725.

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

Color convert

RGB856184-
CMYK00.280.010.67
HSL302.5º16.44%28.63%-
HSV(B)302.5º28.24%33.33%-
XYZ7.025.919.16-
YUV70.8135.45138.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=36.96%
G=26.52%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85618400.280.010.67302.516.4428.63
Hex553D5401C14312e101d
Octal1257512403411034562035
Binary10101011111011010100011100110000111001011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,84); }

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

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

 a { background-color: rgb(85,61,84); }

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

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

 span { border-color: rgb(85,61,84); }

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