#55374F

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

Shades of Purple Taupe #55374F

Tints of Purple Taupe #55374F

Color information

#55374F (or 0x55374F) is unknown color: approx Purple Taupe. HEX triplet: 55, 37 and 4F. RGB value is (85,55,79). Sum of RGB (Red+Green+Blue) = 85+55+79=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #55374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55374F is #AAC8B0. Grayscale: #424242. Windows color (decimal): -11192497 or 5191509. OLE color: 5191509.

HSL color Cylindrical-coordinate representation of color #55374F: hue angle of 312º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374F is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB855579-
CMYK00.350.070.67
HSL312º21.43%27.45%-
HSV(B)312º35.29%33.33%-
XYZ6.525.238.06-
YUV66.71134.94141.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=38.81%
G=25.11%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85557900.350.070.6731221.4327.45
Hex55374F023743138151b
Octal1256711704371034702533
Binary10101011101111001111010001111110000111001110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55374F; }

 p { color: rgb(85,55,79); }

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

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

 a { background-color: rgb(85,55,79); }

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

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

 span { border-color: rgb(85,55,79); }

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