Html Css Color HEX #5B515A Purple Taupe

📋 copy color: '#5B515A'

red 91 ◦ green 81 ◦ blue 90

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

Shades of Purple Taupe #5B515A

Tints of Purple Taupe #5B515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 34.73%
G = 30.92%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#5B515A (or 0x5B515A) is known color: Purple Taupe. HEX triplet: 5B, 51 and 5A. RGB value is (91,81,90). Sum of RGB (Red+Green+Blue) = 91+81+90=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 91 - color contains mainly: red. Hex color #5B515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B515A is #A4AEA5. Grayscale: #545454. Windows color (decimal): -10792614 or 5919067. OLE color: 5919067.

HSL color Cylindrical-coordinate representation of color #5B515A: hue angle of 306º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B515A is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 81 90 -
CMYK 0 0.11 0.01 0.64
HSL 306º 0.06% 0.34% -
HSV(B) 306º 0.11% 0.36% -
XYZ 9.1 8.85 10.9 -
YUV 85.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 91 81 90 0 0.11 0.01 0.64 306 0.06 0.34
Hex 5B 51 5A 0 B 1 40 132 6 22
Octal 133 121 132 0 13 1 100 462 6 42
Binary 1011011 1010001 1011010 0 1011 1 1000000 100110010 110 100010

Color Harmonies of #5B515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B515A

Black with #5B515A

Text Example


Text Example

White with #5B515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,81,90); }

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

background-color css

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

 a { background-color: rgb(91,81,90); }

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

border-color css

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

 span { border-color: rgb(91,81,90); }

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