#524F51

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

Shades of Liver #524F51

Tints of Liver #524F51

Color information

#524F51 (or 0x524F51) is unknown color: approx Liver. HEX triplet: 52, 4F and 51. RGB value is (82,79,81). Sum of RGB (Red+Green+Blue) = 82+79+81=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 82 - color contains mainly: red. Hex color #524F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F51 is #ADB0AE. Grayscale: #505050. Windows color (decimal): -11382959 or 5328722. OLE color: 5328722.

HSL color Cylindrical-coordinate representation of color #524F51: hue angle of 320º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #524F51 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB827981-
CMYK00.040.010.68
HSL320º1.86%31.57%-
HSV(B)320º3.66%32.16%-
XYZ7.767.988.92-
YUV80.12128.49129.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=33.88%
G=32.64%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82798100.040.010.683201.8631.57
Hex524F5104144140220
Octal122117121041104500240
Binary10100101001111101000101001100010010100000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F51; }

 p { color: rgb(82,79,81); }

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

<style>
 a { background-color: #524F51; }

 a { background-color: rgb(82,79,81); }

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

<style>
 span { border-color: #524F51; }

 span { border-color: rgb(82,79,81); }

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