Html Css Color HEX #5A4050 Liver

📋 copy color: '#5A4050'

red 90 ◦ green 64 ◦ blue 80

#5A4050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #5A4050

Tints of Liver #5A4050

RGB

 RED value IS 90 (35.55% from 255) = 38.46%

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 38.46%
G = 27.35%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A4050 (or 0x5A4050) is known color: Liver. HEX triplet: 5A, 40 and 50. RGB value is (90,64,80). Sum of RGB (Red+Green+Blue) = 90+64+80=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4050 is #A5BFAF. Grayscale: #494949. Windows color (decimal): -10862512 or 5259354. OLE color: 5259354.

HSL color Cylindrical-coordinate representation of color #5A4050: hue angle of 323.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A4050 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 64 80 -
CMYK 0 0.29 0.11 0.65
HSL 323.08º 0.17% 0.3% -
HSV(B) 323.08º 0.29% 0.35% -
XYZ 7.5 6.42 8.43 -
YUV 73.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 90 64 80 0 0.29 0.11 0.65 323.08 0.17 0.3
Hex 5A 40 50 0 1D B 41 143 11 1E
Octal 132 100 120 0 35 13 101 503 21 36
Binary 1011010 1000000 1010000 0 11101 1011 1000001 101000011 10001 11110

Color Harmonies of #5A4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4050

Black with #5A4050

Text Example


Text Example

White with #5A4050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,64,80); }

 H1.HeaderClassName
 {
   color: #5A4050;
 }
 .AnyTagClassName
 {
   color: #5A4050;
 }
</style>

background-color css

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

 a { background-color: rgb(90,64,80); }

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

border-color css

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

 span { border-color: rgb(90,64,80); }

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