Html Css Color HEX #5B384F Purple Taupe

📋 copy color: '#5B384F'

red 91 ◦ green 56 ◦ blue 79

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

Shades of Purple Taupe #5B384F

Tints of Purple Taupe #5B384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 40.27%
G = 24.78%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5B384F (or 0x5B384F) is known color: Purple Taupe. HEX triplet: 5B, 38 and 4F. RGB value is (91,56,79). Sum of RGB (Red+Green+Blue) = 91+56+79=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B384F is #A4C7B0. Grayscale: #454545. Windows color (decimal): -10799025 or 5191771. OLE color: 5191771.

HSL color Cylindrical-coordinate representation of color #5B384F: hue angle of 320.57º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B384F is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 56 79 -
CMYK 0 0.38 0.13 0.64
HSL 320.57º 0.24% 0.29% -
HSV(B) 320.57º 0.38% 0.36% -
XYZ 7.14 5.62 8.11 -
YUV 69.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 91 56 79 0 0.38 0.13 0.64 320.57 0.24 0.29
Hex 5B 38 4F 0 26 D 40 141 18 1D
Octal 133 70 117 0 46 15 100 501 30 35
Binary 1011011 111000 1001111 0 100110 1101 1000000 101000001 11000 11101

Color Harmonies of #5B384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B384F

Black with #5B384F

Text Example


Text Example

White with #5B384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,56,79); }

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

background-color css

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

 a { background-color: rgb(91,56,79); }

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

border-color css

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

 span { border-color: rgb(91,56,79); }

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