Html Css Color HEX #5B344F Purple Taupe

📋 copy color: '#5B344F'

red 91 ◦ green 52 ◦ blue 79

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

Shades of Purple Taupe #5B344F

Tints of Purple Taupe #5B344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 40.99%
G = 23.42%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5B344F (or 0x5B344F) is known color: Purple Taupe. HEX triplet: 5B, 34 and 4F. RGB value is (91,52,79). Sum of RGB (Red+Green+Blue) = 91+52+79=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B344F is #A4CBB0. Grayscale: #424242. Windows color (decimal): -10800049 or 5190747. OLE color: 5190747.

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

Color convert

RGB 91 52 79 -
CMYK 0 0.43 0.13 0.64
HSL 318.46º 0.27% 0.28% -
HSV(B) 318.46º 0.43% 0.36% -
XYZ 6.95 5.24 8.04 -
YUV 66.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 91 52 79 0 0.43 0.13 0.64 318.46 0.27 0.28
Hex 5B 34 4F 0 2B D 40 13E 1B 1C
Octal 133 64 117 0 53 15 100 476 33 34
Binary 1011011 110100 1001111 0 101011 1101 1000000 100111110 11011 11100

Color Harmonies of #5B344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B344F

Black with #5B344F

Text Example


Text Example

White with #5B344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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