Html Css Color HEX #5B454C Tawny Port

📋 copy color: '#5B454C'

red 91 ◦ green 69 ◦ blue 76

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

Shades of Tawny Port #5B454C

Tints of Tawny Port #5B454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 38.56%
G = 29.24%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5B454C (or 0x5B454C) is known color: Tawny Port. HEX triplet: 5B, 45 and 4C. RGB value is (91,69,76). Sum of RGB (Red+Green+Blue) = 91+69+76=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B454C is #A4BAB3. Grayscale: #4C4C4C. Windows color (decimal): -10795700 or 4998491. OLE color: 4998491.

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

Color convert

RGB 91 69 76 -
CMYK 0 0.24 0.16 0.64
HSL 340.91º 0.14% 0.31% -
HSV(B) 340.91º 0.24% 0.36% -
XYZ 7.75 7 7.78 -
YUV 76.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 91 69 76 0 0.24 0.16 0.64 340.91 0.14 0.31
Hex 5B 45 4C 0 18 10 40 155 E 1F
Octal 133 105 114 0 30 20 100 525 16 37
Binary 1011011 1000101 1001100 0 11000 10000 1000000 101010101 1110 11111

Color Harmonies of #5B454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B454C

Black with #5B454C

Text Example


Text Example

White with #5B454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,69,76); }

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

background-color css

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

 a { background-color: rgb(91,69,76); }

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

border-color css

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

 span { border-color: rgb(91,69,76); }

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