#5B414C

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

Shades of Tawny Port #5B414C

Tints of Tawny Port #5B414C

Color information

#5B414C (or 0x5B414C) is unknown color: approx Tawny Port. HEX triplet: 5B, 41 and 4C. RGB value is (91,65,76). Sum of RGB (Red+Green+Blue) = 91+65+76=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B414C is #A4BEB3. Grayscale: #4A4A4A. Windows color (decimal): -10796724 or 4997467. OLE color: 4997467.

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

Color convert

RGB916576-
CMYK00.290.160.64
HSL334.62º16.67%30.59%-
HSV(B)334.62º28.57%35.69%-
XYZ7.516.537.7-
YUV74.03129.11140.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.22%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=39.22%
G=28.02%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91657600.290.160.64334.6216.6730.59
Hex5B414C01D104014f111f
Octal133101114035201005172137
Binary1011011100000110011000111011000010000001010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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