Html Css Color HEX #535052 Liver

📋 copy color: '#535052'

red 83 ◦ green 80 ◦ blue 82

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

Shades of Liver #535052

Tints of Liver #535052

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 33.88%
G = 32.65%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#535052 (or 0x535052) is known color: Liver. HEX triplet: 53, 50 and 52. RGB value is (83,80,82). Sum of RGB (Red+Green+Blue) = 83+80+82=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 83 - color contains mainly: red. Hex color #535052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535052 is #ACAFAD. Grayscale: #515151. Windows color (decimal): -11317166 or 5394515. OLE color: 5394515.

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

Color convert

RGB 83 80 82 -
CMYK 0 0.04 0.01 0.67
HSL 320º 0.02% 0.32% -
HSV(B) 320º 0.04% 0.33% -
XYZ 7.96 8.19 9.14 -
YUV 81.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 83 80 82 0 0.04 0.01 0.67 320 0.02 0.32
Hex 53 50 52 0 4 1 43 140 2 20
Octal 123 120 122 0 4 1 103 500 2 40
Binary 1010011 1010000 1010010 0 100 1 1000011 101000000 10 100000

Color Harmonies of #535052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535052

Black with #535052

Text Example


Text Example

White with #535052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535052; }

 p { color: rgb(83,80,82); }

 H1.HeaderClassName
 {
   color: #535052;
 }
 .AnyTagClassName
 {
   color: #535052;
 }
</style>

background-color css

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

 a { background-color: rgb(83,80,82); }

 div.DivClassName
 {
   background-color: #535052;
 }
 .BgClassName
 {
   background-color: #535052;
 }
</style>

border-color css

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

 span { border-color: rgb(83,80,82); }

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