#5F455A

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

Shades of Purple Taupe #5F455A

Tints of Purple Taupe #5F455A

Color information

#5F455A (or 0x5F455A) is unknown color: approx Purple Taupe. HEX triplet: 5F, 45 and 5A. RGB value is (95,69,90). Sum of RGB (Red+Green+Blue) = 95+69+90=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 95 - color contains mainly: red. Hex color #5F455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F455A is #A0BAA5. Grayscale: #4F4F4F. Windows color (decimal): -10533542 or 5915999. OLE color: 5915999.

HSL color Cylindrical-coordinate representation of color #5F455A: hue angle of 311.54º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F455A is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB956990-
CMYK00.270.050.63
HSL311.54º15.85%32.16%-
HSV(B)311.54º27.37%37.25%-
XYZ8.697.4310.65-
YUV79.17134.11139.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.40%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=37.40%
G=27.17%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95699000.270.050.63311.5415.8532.16
Hex5F455A01B53F1381020
Octal1371051320335774702040
Binary10111111000101101101001101110111111110011100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,69,90); }

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

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

 a { background-color: rgb(95,69,90); }

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

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

 span { border-color: rgb(95,69,90); }

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