Html Css Color HEX #5B3853 Purple Taupe

📋 copy color: '#5B3853'

red 91 ◦ green 56 ◦ blue 83

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

Shades of Purple Taupe #5B3853

Tints of Purple Taupe #5B3853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 39.57%
G = 24.35%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5B3853 (or 0x5B3853) is known color: Purple Taupe. HEX triplet: 5B, 38 and 53. RGB value is (91,56,83). Sum of RGB (Red+Green+Blue) = 91+56+83=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3853 is #A4C7AC. Grayscale: #454545. Windows color (decimal): -10799021 or 5453915. OLE color: 5453915.

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

Color convert

RGB 91 56 83 -
CMYK 0 0.38 0.09 0.64
HSL 313.71º 0.24% 0.29% -
HSV(B) 313.71º 0.38% 0.36% -
XYZ 7.29 5.68 8.9 -
YUV 69.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 91 56 83 0 0.38 0.09 0.64 313.71 0.24 0.29
Hex 5B 38 53 0 26 9 40 13A 18 1D
Octal 133 70 123 0 46 11 100 472 30 35
Binary 1011011 111000 1010011 0 100110 1001 1000000 100111010 11000 11101

Color Harmonies of #5B3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3853

Black with #5B3853

Text Example


Text Example

White with #5B3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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