#5B454C

Color #5B454C Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5B454C

Tints of Tawny Port #5B454C

Color information

#5B454C (or 0x5B454C) is unknown color: approx 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

RGB916976-
CMYK00.240.160.64
HSL340.91º13.75%31.37%-
HSV(B)340.91º24.18%35.69%-
XYZ7.7577.78-
YUV76.38127.79138.43-

RGB Variations

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

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.20%
R=38.56%
G=29.24%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91697600.240.160.64340.9113.7531.37
Hex5B454C0181040155e1f
Octal133105114030201005251637
Binary101101110001011001100011000100001000000101010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>