#5A454C

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

Shades of Tawny Port #5A454C

Tints of Tawny Port #5A454C

Color information

#5A454C (or 0x5A454C) is unknown color: approx Tawny Port. HEX triplet: 5A, 45 and 4C. RGB value is (90,69,76). Sum of RGB (Red+Green+Blue) = 90+69+76=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 90 - color contains mainly: red. Hex color #5A454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A454C is #A5BAB3. Grayscale: #4C4C4C. Windows color (decimal): -10861236 or 4998490. OLE color: 4998490.

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

Color convert

RGB906976-
CMYK00.230.160.65
HSL340º13.21%31.18%-
HSV(B)340º23.33%35.29%-
XYZ7.656.957.78-
YUV76.08127.96137.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=38.30%
G=29.36%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90697600.230.160.6534013.2131.18
Hex5A454C0171041154d1f
Octal132105114027201015241537
Binary101101010001011001100010111100001000001101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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