#5E3857

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

Shades of Purple Taupe #5E3857

Tints of Purple Taupe #5E3857

Color information

#5E3857 (or 0x5E3857) is unknown color: approx Purple Taupe. HEX triplet: 5E, 38 and 57. RGB value is (94,56,87). Sum of RGB (Red+Green+Blue) = 94+56+87=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3857 is #A1C7A8. Grayscale: #464646. Windows color (decimal): -10602409 or 5716062. OLE color: 5716062.

HSL color Cylindrical-coordinate representation of color #5E3857: hue angle of 311.05º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3857 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB945687-
CMYK00.400.070.63
HSL311.05º25.33%29.41%-
HSV(B)311.05º40.43%36.86%-
XYZ7.755.99.75-
YUV70.9137.09144.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.66%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=39.66%
G=23.63%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94568700.400.070.63311.0525.3329.41
Hex5E385702873F137191d
Octal136701270507774673135
Binary1011110111000101011101010001111111111001101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3857; }

 p { color: rgb(94,56,87); }

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

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

 a { background-color: rgb(94,56,87); }

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

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

 span { border-color: rgb(94,56,87); }

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