Html Css Color HEX #5B3850 Purple Taupe

📋 copy color: '#5B3850'

red 91 ◦ green 56 ◦ blue 80

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

Shades of Purple Taupe #5B3850

Tints of Purple Taupe #5B3850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 40.09%
G = 24.67%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#5B3850 (or 0x5B3850) is known color: Purple Taupe. HEX triplet: 5B, 38 and 50. RGB value is (91,56,80). Sum of RGB (Red+Green+Blue) = 91+56+80=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3850 is #A4C7AF. Grayscale: #454545. Windows color (decimal): -10799024 or 5257307. OLE color: 5257307.

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

Color convert

RGB 91 56 80 -
CMYK 0 0.38 0.12 0.64
HSL 318.86º 0.24% 0.29% -
HSV(B) 318.86º 0.38% 0.36% -
XYZ 7.18 5.63 8.3 -
YUV 69.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 91 56 80 0 0.38 0.12 0.64 318.86 0.24 0.29
Hex 5B 38 50 0 26 C 40 13F 18 1D
Octal 133 70 120 0 46 14 100 477 30 35
Binary 1011011 111000 1010000 0 100110 1100 1000000 100111111 11000 11101

Color Harmonies of #5B3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3850

Black with #5B3850

Text Example


Text Example

White with #5B3850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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