Html Css Color HEX #5B4E58 Purple Taupe

📋 copy color: '#5B4E58'

red 91 ◦ green 78 ◦ blue 88

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

Shades of Purple Taupe #5B4E58

Tints of Purple Taupe #5B4E58

RGB

 RED value IS 91 (35.94% from 255) = 35.41%

 GREEN value IS 78 (30.86% from 255) = 30.35%

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

R = 35.41%
G = 30.35%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B4E58 (or 0x5B4E58) is known color: Purple Taupe. HEX triplet: 5B, 4E and 58. RGB value is (91,78,88). Sum of RGB (Red+Green+Blue) = 91+78+88=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4E58 is #A4B1A7. Grayscale: #535353. Windows color (decimal): -10793384 or 5787227. OLE color: 5787227.

HSL color Cylindrical-coordinate representation of color #5B4E58: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B4E58 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 78 88 -
CMYK 0 0.14 0.03 0.64
HSL 313.85º 0.08% 0.33% -
HSV(B) 313.85º 0.14% 0.36% -
XYZ 8.8 8.38 10.39 -
YUV 83.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 91 78 88 0 0.14 0.03 0.64 313.85 0.08 0.33
Hex 5B 4E 58 0 E 3 40 13A 8 21
Octal 133 116 130 0 16 3 100 472 10 41
Binary 1011011 1001110 1011000 0 1110 11 1000000 100111010 1000 100001

Color Harmonies of #5B4E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4E58

Black with #5B4E58

Text Example


Text Example

White with #5B4E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,78,88); }

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

background-color css

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

 a { background-color: rgb(91,78,88); }

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

border-color css

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

 span { border-color: rgb(91,78,88); }

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