#554751

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

Shades of Purple Taupe #554751

Tints of Purple Taupe #554751

Color information

#554751 (or 0x554751) is unknown color: approx Purple Taupe. HEX triplet: 55, 47 and 51. RGB value is (85,71,81). Sum of RGB (Red+Green+Blue) = 85+71+81=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554751 is #AAB8AE. Grayscale: #4C4C4C. Windows color (decimal): -11188399 or 5326677. OLE color: 5326677.

HSL color Cylindrical-coordinate representation of color #554751: hue angle of 317.14º 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 #554751 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB857181-
CMYK00.160.050.67
HSL317.14º8.97%30.59%-
HSV(B)317.14º16.47%33.33%-
XYZ7.487.038.75-
YUV76.33130.64134.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=35.86%
G=29.96%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85718100.160.050.67317.148.9730.59
Hex55475101054313d91f
Octal12510712102051034751137
Binary1010101100011110100010100001011000011100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554751; }

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

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

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

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

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

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

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

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