Html Css Color HEX #5B4858 Purple Taupe

📋 copy color: '#5B4858'

red 91 ◦ green 72 ◦ blue 88

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

Shades of Purple Taupe #5B4858

Tints of Purple Taupe #5B4858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 36.25%
G = 28.69%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B4858 (or 0x5B4858) is known color: Purple Taupe. HEX triplet: 5B, 48 and 58. RGB value is (91,72,88). Sum of RGB (Red+Green+Blue) = 91+72+88=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4858 is #A4B7A7. Grayscale: #4F4F4F. Windows color (decimal): -10794920 or 5785691. OLE color: 5785691.

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

Color convert

RGB 91 72 88 -
CMYK 0 0.21 0.03 0.64
HSL 309.47º 0.12% 0.32% -
HSV(B) 309.47º 0.21% 0.36% -
XYZ 8.39 7.56 10.25 -
YUV 79.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 91 72 88 0 0.21 0.03 0.64 309.47 0.12 0.32
Hex 5B 48 58 0 15 3 40 135 C 20
Octal 133 110 130 0 25 3 100 465 14 40
Binary 1011011 1001000 1011000 0 10101 11 1000000 100110101 1100 100000

Color Harmonies of #5B4858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4858

Black with #5B4858

Text Example


Text Example

White with #5B4858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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