#5B354B

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

Shades of Tawny Port #5B354B

Tints of Tawny Port #5B354B

Color information

#5B354B (or 0x5B354B) is unknown color: approx Tawny Port. HEX triplet: 5B, 35 and 4B. RGB value is (91,53,75). Sum of RGB (Red+Green+Blue) = 91+53+75=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B354B is #A4CAB4. Grayscale: #424242. Windows color (decimal): -10799797 or 4928859. OLE color: 4928859.

HSL color Cylindrical-coordinate representation of color #5B354B: hue angle of 325.26º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B354B is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB915375-
CMYK00.420.180.64
HSL325.26º26.39%28.24%-
HSV(B)325.26º41.76%35.69%-
XYZ6.865.287.31-
YUV66.87132.59145.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=41.55%
G=24.20%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91537500.420.180.64325.2626.3928.24
Hex5B354B02A12401451a1c
Octal13365113052221005053234
Binary1011011110101100101101010101001010000001010001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,75); }

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

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

 a { background-color: rgb(91,53,75); }

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

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

 span { border-color: rgb(91,53,75); }

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