Html Css Color HEX #5B4057 Purple Taupe

📋 copy color: '#5B4057'

red 91 ◦ green 64 ◦ blue 87

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

Shades of Purple Taupe #5B4057

Tints of Purple Taupe #5B4057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 37.6%
G = 26.45%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5B4057 (or 0x5B4057) is known color: Purple Taupe. HEX triplet: 5B, 40 and 57. RGB value is (91,64,87). Sum of RGB (Red+Green+Blue) = 91+64+87=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4057 is #A4BFA8. Grayscale: #4A4A4A. Windows color (decimal): -10796969 or 5718107. OLE color: 5718107.

HSL color Cylindrical-coordinate representation of color #5B4057: hue angle of 308.89º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B4057 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 64 87 -
CMYK 0 0.30 0.04 0.64
HSL 308.89º 0.17% 0.3% -
HSV(B) 308.89º 0.3% 0.36% -
XYZ 7.87 6.58 9.87 -
YUV 74.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 91 64 87 0 0.30 0.04 0.64 308.89 0.17 0.3
Hex 5B 40 57 0 1E 4 40 135 11 1E
Octal 133 100 127 0 36 4 100 465 21 36
Binary 1011011 1000000 1010111 0 11110 100 1000000 100110101 10001 11110

Color Harmonies of #5B4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4057

Black with #5B4057

Text Example


Text Example

White with #5B4057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,64,87); }

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

background-color css

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

 a { background-color: rgb(91,64,87); }

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

border-color css

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

 span { border-color: rgb(91,64,87); }

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