Html Css Color HEX #5E4058 Purple Taupe

📋 copy color: '#5E4058'

red 94 ◦ green 64 ◦ blue 88

#5E4058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #5E4058

Tints of Purple Taupe #5E4058

RGB

 RED value IS 94 (37.11% from 255) = 38.21%

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 38.21%
G = 26.02%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5E4058 (or 0x5E4058) is known color: Purple Taupe. HEX triplet: 5E, 40 and 58. RGB value is (94,64,88). Sum of RGB (Red+Green+Blue) = 94+64+88=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4058 is #A1BFA7. Grayscale: #4B4B4B. Windows color (decimal): -10600360 or 5783646. OLE color: 5783646.

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

Color convert

RGB 94 64 88 -
CMYK 0 0.32 0.06 0.63
HSL 312º 0.19% 0.31% -
HSV(B) 312º 0.32% 0.37% -
XYZ 8.21 6.75 10.1 -
YUV 75.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 94 64 88 0 0.32 0.06 0.63 312 0.19 0.31
Hex 5E 40 58 0 20 6 3F 138 13 1F
Octal 136 100 130 0 40 6 77 470 23 37
Binary 1011110 1000000 1011000 0 100000 110 111111 100111000 10011 11111

Color Harmonies of #5E4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4058

Black with #5E4058

Text Example


Text Example

White with #5E4058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,88); }

 H1.HeaderClassName
 {
   color: #5E4058;
 }
 .AnyTagClassName
 {
   color: #5E4058;
 }
</style>

background-color css

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

 a { background-color: rgb(94,64,88); }

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

border-color css

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

 span { border-color: rgb(94,64,88); }

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