Html Css Color HEX #5B4054 Purple Taupe

📋 copy color: '#5B4054'

red 91 ◦ green 64 ◦ blue 84

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

Shades of Purple Taupe #5B4054

Tints of Purple Taupe #5B4054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 38.08%
G = 26.78%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#5B4054 (or 0x5B4054) is known color: Purple Taupe. HEX triplet: 5B, 40 and 54. RGB value is (91,64,84). Sum of RGB (Red+Green+Blue) = 91+64+84=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4054 is #A4BFAB. Grayscale: #4A4A4A. Windows color (decimal): -10796972 or 5521499. OLE color: 5521499.

HSL color Cylindrical-coordinate representation of color #5B4054: hue angle of 315.56º 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 #5B4054 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 64 84 -
CMYK 0 0.30 0.08 0.64
HSL 315.56º 0.17% 0.3% -
HSV(B) 315.56º 0.3% 0.36% -
XYZ 7.75 6.53 9.24 -
YUV 74.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 91 64 84 0 0.30 0.08 0.64 315.56 0.17 0.3
Hex 5B 40 54 0 1E 8 40 13C 11 1E
Octal 133 100 124 0 36 10 100 474 21 36
Binary 1011011 1000000 1010100 0 11110 1000 1000000 100111100 10001 11110

Color Harmonies of #5B4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4054

Black with #5B4054

Text Example


Text Example

White with #5B4054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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