#5C565A

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

Shades of Liver #5C565A

Tints of Liver #5C565A

Color information

#5C565A (or 0x5C565A) is unknown color: approx Liver. HEX triplet: 5C, 56 and 5A. RGB value is (92,86,90). Sum of RGB (Red+Green+Blue) = 92+86+90=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 92 - color contains mainly: red. Hex color #5C565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C565A is #A3A9A5. Grayscale: #585858. Windows color (decimal): -10725798 or 5920348. OLE color: 5920348.

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

Color convert

RGB928690-
CMYK00.070.020.64
HSL320º3.37%34.9%-
HSV(B)320º6.52%36.08%-
XYZ9.599.6711.03-
YUV88.25128.99130.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=34.33%
G=32.09%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92869000.070.020.643203.3734.9
Hex5C565A07240140323
Octal134126132072100500343
Binary101110010101101011010011110100000010100000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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