#554250

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

Shades of Purple Taupe #554250

Tints of Purple Taupe #554250

Color information

#554250 (or 0x554250) is unknown color: approx Purple Taupe. HEX triplet: 55, 42 and 50. RGB value is (85,66,80). Sum of RGB (Red+Green+Blue) = 85+66+80=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554250 is #AABDAF. Grayscale: #494949. Windows color (decimal): -11189680 or 5259861. OLE color: 5259861.

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

Color convert

RGB856680-
CMYK00.220.060.67
HSL315.79º12.58%29.61%-
HSV(B)315.79º22.35%33.33%-
XYZ7.146.418.45-
YUV73.28131.79136.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=36.80%
G=28.57%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85668000.220.060.67315.7912.5829.61
Hex55425001664313cd1e
Octal12510212002661034741536
Binary1010101100001010100000101101101000011100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554250; }

 p { color: rgb(85,66,80); }

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

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

 a { background-color: rgb(85,66,80); }

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

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

 span { border-color: rgb(85,66,80); }

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