#554752

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

Shades of Purple Taupe #554752

Tints of Purple Taupe #554752

Color information

#554752 (or 0x554752) is unknown color: approx Purple Taupe. HEX triplet: 55, 47 and 52. RGB value is (85,71,82). Sum of RGB (Red+Green+Blue) = 85+71+82=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554752 is #AAB8AD. Grayscale: #4C4C4C. Windows color (decimal): -11188398 or 5392213. OLE color: 5392213.

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

Color convert

RGB857182-
CMYK00.160.040.67
HSL312.86º8.97%30.59%-
HSV(B)312.86º16.47%33.33%-
XYZ7.527.058.95-
YUV76.44131.14134.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=35.71%
G=29.83%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85718200.160.040.67312.868.9730.59
Hex55475201044313991f
Octal12510712202041034711137
Binary1010101100011110100100100001001000011100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554752; }

 p { color: rgb(85,71,82); }

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

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

 a { background-color: rgb(85,71,82); }

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

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

 span { border-color: rgb(85,71,82); }

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