#5D545A

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

Shades of Liver #5D545A

Tints of Liver #5D545A

Color information

#5D545A (or 0x5D545A) is unknown color: approx Liver. HEX triplet: 5D, 54 and 5A. RGB value is (93,84,90). Sum of RGB (Red+Green+Blue) = 93+84+90=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 93 - color contains mainly: red. Hex color #5D545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D545A is #A2ABA5. Grayscale: #575757. Windows color (decimal): -10660774 or 5919837. OLE color: 5919837.

HSL color Cylindrical-coordinate representation of color #5D545A: hue angle of 320º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D545A is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB938490-
CMYK00.100.030.64
HSL320º5.08%34.71%-
HSV(B)320º9.68%36.47%-
XYZ9.539.4110.99-
YUV87.38129.48132.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=34.83%
G=31.46%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93849000.100.030.643205.0834.71
Hex5D545A0A340140523
Octal1351241320123100500543
Binary10111011010100101101001010111000000101000000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,84,90); }

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

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

 a { background-color: rgb(93,84,90); }

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

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

 span { border-color: rgb(93,84,90); }

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