#5C575A

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

Shades of Liver #5C575A

Tints of Liver #5C575A

Color information

#5C575A (or 0x5C575A) is unknown color: approx Liver. HEX triplet: 5C, 57 and 5A. RGB value is (92,87,90). Sum of RGB (Red+Green+Blue) = 92+87+90=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 92 - color contains mainly: red. Hex color #5C575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C575A is #A3A8A5. Grayscale: #585858. Windows color (decimal): -10725542 or 5920604. OLE color: 5920604.

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

Color convert

RGB928790-
CMYK00.050.020.64
HSL324º2.79%35.1%-
HSV(B)324º5.43%36.08%-
XYZ9.679.8311.06-
YUV88.84128.66130.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=34.20%
G=32.34%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92879000.050.020.643242.7935.1
Hex5C575A05240144323
Octal134127132052100504343
Binary101110010101111011010010110100000010100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,87,90); }

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

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

 a { background-color: rgb(92,87,90); }

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

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

 span { border-color: rgb(92,87,90); }

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