Html Css Color HEX #524F51 Liver

📋 copy color: '#524F51'

red 82 ◦ green 79 ◦ blue 81

#524F51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #524F51

Tints of Liver #524F51

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 value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524F51 (or 0x524F51) is known color: 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

RGB 82 79 81 -
CMYK 0 0.04 0.01 0.68
HSL 320º 0.02% 0.32% -
HSV(B) 320º 0.04% 0.32% -
XYZ 7.76 7.98 8.92 -
YUV 80.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 82 79 81 0 0.04 0.01 0.68 320 0.02 0.32
Hex 52 4F 51 0 4 1 44 140 2 20
Octal 122 117 121 0 4 1 104 500 2 40
Binary 1010010 1001111 1010001 0 100 1 1000100 101000000 10 100000

Color Harmonies of #524F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F51

Black with #524F51

Text Example


Text Example

White with #524F51

Text Example


Text Example

HTML Codes & Css Web 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>