Html Css Color HEX #565053 Liver

📋 copy color: '#565053'

red 86 ◦ green 80 ◦ blue 83

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

Shades of Liver #565053

Tints of Liver #565053

RGB

 RED value IS 86 (33.98% from 255) = 34.54%

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 34.54%
G = 32.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#565053 (or 0x565053) is known color: Liver. HEX triplet: 56, 50 and 53. RGB value is (86,80,83). Sum of RGB (Red+Green+Blue) = 86+80+83=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #565053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565053 is #A9AFAC. Grayscale: #525252. Windows color (decimal): -11120557 or 5460054. OLE color: 5460054.

HSL color Cylindrical-coordinate representation of color #565053: hue angle of 330º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565053 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 83 -
CMYK 0 0.07 0.03 0.66
HSL 330º 0.04% 0.33% -
HSV(B) 330º 0.07% 0.34% -
XYZ 8.27 8.34 9.36 -
YUV 82.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 86 80 83 0 0.07 0.03 0.66 330 0.04 0.33
Hex 56 50 53 0 7 3 42 14A 4 21
Octal 126 120 123 0 7 3 102 512 4 41
Binary 1010110 1010000 1010011 0 111 11 1000010 101001010 100 100001

Color Harmonies of #565053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565053

Black with #565053

Text Example


Text Example

White with #565053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565053; }

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

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

background-color css

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

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

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

border-color css

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

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

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