Html Css Color HEX #5B4758 Purple Taupe

📋 copy color: '#5B4758'

red 91 ◦ green 71 ◦ blue 88

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

Shades of Purple Taupe #5B4758

Tints of Purple Taupe #5B4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 36.4%
G = 28.4%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B4758 (or 0x5B4758) is known color: Purple Taupe. HEX triplet: 5B, 47 and 58. RGB value is (91,71,88). Sum of RGB (Red+Green+Blue) = 91+71+88=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4758 is #A4B8A7. Grayscale: #4E4E4E. Windows color (decimal): -10795176 or 5785435. OLE color: 5785435.

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

Color convert

RGB 91 71 88 -
CMYK 0 0.22 0.03 0.64
HSL 309º 0.12% 0.32% -
HSV(B) 309º 0.22% 0.36% -
XYZ 8.33 7.44 10.23 -
YUV 78.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 91 71 88 0 0.22 0.03 0.64 309 0.12 0.32
Hex 5B 47 58 0 16 3 40 135 C 20
Octal 133 107 130 0 26 3 100 465 14 40
Binary 1011011 1000111 1011000 0 10110 11 1000000 100110101 1100 100000

Color Harmonies of #5B4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4758

Black with #5B4758

Text Example


Text Example

White with #5B4758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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