#5D555A

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

Shades of Liver #5D555A

Tints of Liver #5D555A

Color information

#5D555A (or 0x5D555A) is unknown color: approx Liver. HEX triplet: 5D, 55 and 5A. RGB value is (93,85,90). Sum of RGB (Red+Green+Blue) = 93+85+90=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 93 - color contains mainly: red. Hex color #5D555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D555A is #A2AAA5. Grayscale: #575757. Windows color (decimal): -10660518 or 5920093. OLE color: 5920093.

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

Color convert

RGB938590-
CMYK00.090.030.64
HSL322.5º4.49%34.9%-
HSV(B)322.5º8.6%36.47%-
XYZ9.619.5611.01-
YUV87.96129.15131.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.70%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=34.70%
G=31.72%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93859000.090.030.64322.54.4934.9
Hex5D555A09340143423
Octal1351251320113100503443
Binary10111011010101101101001001111000000101000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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