#554351

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

Shades of Purple Taupe #554351

Tints of Purple Taupe #554351

Color information

#554351 (or 0x554351) is unknown color: approx Purple Taupe. HEX triplet: 55, 43 and 51. RGB value is (85,67,81). Sum of RGB (Red+Green+Blue) = 85+67+81=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554351 is #AABCAE. Grayscale: #494949. Windows color (decimal): -11189423 or 5325653. OLE color: 5325653.

HSL color Cylindrical-coordinate representation of color #554351: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554351 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB856781-
CMYK00.210.050.67
HSL313.33º11.84%29.8%-
HSV(B)313.33º21.18%33.33%-
XYZ7.246.548.67-
YUV73.98131.96135.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=36.48%
G=28.76%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85678100.210.050.67313.3311.8429.8
Hex554351015543139c1e
Octal12510312102551034711436
Binary1010101100001110100010101011011000011100111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554351; }

 p { color: rgb(85,67,81); }

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

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

 a { background-color: rgb(85,67,81); }

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

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

 span { border-color: rgb(85,67,81); }

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