Html Css Color HEX #5B3857 Purple Taupe

📋 copy color: '#5B3857'

red 91 ◦ green 56 ◦ blue 87

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

Shades of Purple Taupe #5B3857

Tints of Purple Taupe #5B3857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 38.89%
G = 23.93%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5B3857 (or 0x5B3857) is known color: Purple Taupe. HEX triplet: 5B, 38 and 57. RGB value is (91,56,87). Sum of RGB (Red+Green+Blue) = 91+56+87=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3857 is #A4C7A8. Grayscale: #454545. Windows color (decimal): -10799017 or 5716059. OLE color: 5716059.

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

Color convert

RGB 91 56 87 -
CMYK 0 0.38 0.04 0.64
HSL 306.86º 0.24% 0.29% -
HSV(B) 306.86º 0.38% 0.36% -
XYZ 7.45 5.74 9.73 -
YUV 70 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 91 56 87 0 0.38 0.04 0.64 306.86 0.24 0.29
Hex 5B 38 57 0 26 4 40 133 18 1D
Octal 133 70 127 0 46 4 100 463 30 35
Binary 1011011 111000 1010111 0 100110 100 1000000 100110011 11000 11101

Color Harmonies of #5B3857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3857

Black with #5B3857

Text Example


Text Example

White with #5B3857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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