#5F525A

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

Shades of Liver #5F525A

Tints of Liver #5F525A

Color information

#5F525A (or 0x5F525A) is unknown color: approx Liver. HEX triplet: 5F, 52 and 5A. RGB value is (95,82,90). Sum of RGB (Red+Green+Blue) = 95+82+90=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 95 - color contains mainly: red. Hex color #5F525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F525A is #A0ADA5. Grayscale: #565656. Windows color (decimal): -10530214 or 5919327. OLE color: 5919327.

HSL color Cylindrical-coordinate representation of color #5F525A: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F525A is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB958290-
CMYK00.140.050.63
HSL323.08º7.34%34.71%-
HSV(B)323.08º13.68%37.25%-
XYZ9.589.2110.94-
YUV86.8129.81133.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=35.58%
G=30.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95829000.140.050.63323.087.3434.71
Hex5F525A0E53F143723
Octal137122132016577503743
Binary10111111010010101101001110101111111101000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,82,90); }

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

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

 a { background-color: rgb(95,82,90); }

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

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

 span { border-color: rgb(95,82,90); }

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