Html Css Color HEX #5B364F Purple Taupe

📋 copy color: '#5B364F'

red 91 ◦ green 54 ◦ blue 79

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

Shades of Purple Taupe #5B364F

Tints of Purple Taupe #5B364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 40.63%
G = 24.11%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5B364F (or 0x5B364F) is known color: Purple Taupe. HEX triplet: 5B, 36 and 4F. RGB value is (91,54,79). Sum of RGB (Red+Green+Blue) = 91+54+79=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B364F is #A4C9B0. Grayscale: #434343. Windows color (decimal): -10799537 or 5191259. OLE color: 5191259.

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

Color convert

RGB 91 54 79 -
CMYK 0 0.41 0.13 0.64
HSL 319.46º 0.26% 0.28% -
HSV(B) 319.46º 0.41% 0.36% -
XYZ 7.04 5.43 8.07 -
YUV 67.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 91 54 79 0 0.41 0.13 0.64 319.46 0.26 0.28
Hex 5B 36 4F 0 29 D 40 13F 1A 1C
Octal 133 66 117 0 51 15 100 477 32 34
Binary 1011011 110110 1001111 0 101001 1101 1000000 100111111 11010 11100

Color Harmonies of #5B364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B364F

Black with #5B364F

Text Example


Text Example

White with #5B364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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