#5B454D

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

Shades of Tawny Port #5B454D

Tints of Tawny Port #5B454D

Color information

#5B454D (or 0x5B454D) is unknown color: approx Tawny Port. HEX triplet: 5B, 45 and 4D. RGB value is (91,69,77). Sum of RGB (Red+Green+Blue) = 91+69+77=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B454D is #A4BAB2. Grayscale: #4C4C4C. Windows color (decimal): -10795699 or 5064027. OLE color: 5064027.

HSL color Cylindrical-coordinate representation of color #5B454D: hue angle of 338.18º 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 #5B454D is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB916977-
CMYK00.240.150.64
HSL338.18º13.75%31.37%-
HSV(B)338.18º24.18%35.69%-
XYZ7.787.027.97-
YUV76.49128.29138.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=38.40%
G=29.11%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91697700.240.150.64338.1813.7531.37
Hex5B454D018F40152e1f
Octal133105115030171005221637
Binary10110111000101100110101100011111000000101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B454D;
 }
 .AnyTagClassName
 {
   color: #5B454D;
 }
</style>
background-color css

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

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

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

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

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

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