Html Css Color HEX #5B4258 Purple Taupe

📋 copy color: '#5B4258'

red 91 ◦ green 66 ◦ blue 88

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

Shades of Purple Taupe #5B4258

Tints of Purple Taupe #5B4258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 37.14%
G = 26.94%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B4258 (or 0x5B4258) is known color: Purple Taupe. HEX triplet: 5B, 42 and 58. RGB value is (91,66,88). Sum of RGB (Red+Green+Blue) = 91+66+88=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4258 is #A4BDA7. Grayscale: #4B4B4B. Windows color (decimal): -10796456 or 5784155. OLE color: 5784155.

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

Color convert

RGB 91 66 88 -
CMYK 0 0.27 0.03 0.64
HSL 307.2º 0.16% 0.31% -
HSV(B) 307.2º 0.27% 0.36% -
XYZ 8.02 6.83 10.13 -
YUV 75.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 91 66 88 0 0.27 0.03 0.64 307.2 0.16 0.31
Hex 5B 42 58 0 1B 3 40 133 10 1F
Octal 133 102 130 0 33 3 100 463 20 37
Binary 1011011 1000010 1011000 0 11011 11 1000000 100110011 10000 11111

Color Harmonies of #5B4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4258

Black with #5B4258

Text Example


Text Example

White with #5B4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,66,88); }

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

background-color css

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

 a { background-color: rgb(91,66,88); }

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

border-color css

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

 span { border-color: rgb(91,66,88); }

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