#5A444C

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

Shades of Tawny Port #5A444C

Tints of Tawny Port #5A444C

Color information

#5A444C (or 0x5A444C) is unknown color: approx Tawny Port. HEX triplet: 5A, 44 and 4C. RGB value is (90,68,76). Sum of RGB (Red+Green+Blue) = 90+68+76=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A444C is #A5BBB3. Grayscale: #4B4B4B. Windows color (decimal): -10861492 or 4998234. OLE color: 4998234.

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

Color convert

RGB906876-
CMYK00.240.160.65
HSL338.18º13.92%30.98%-
HSV(B)338.18º24.44%35.29%-
XYZ7.596.837.76-
YUV75.49128.29138.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=38.46%
G=29.06%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90687600.240.160.65338.1813.9230.98
Hex5A444C0181041152e1f
Octal132104114030201015221637
Binary101101010001001001100011000100001000001101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,76); }

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

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

 a { background-color: rgb(90,68,76); }

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

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

 span { border-color: rgb(90,68,76); }

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