Html Css Color HEX #585256 Liver

📋 copy color: '#585256'

red 88 ◦ green 82 ◦ blue 86

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

Shades of Liver #585256

Tints of Liver #585256

RGB

 RED value IS 88 (34.77% from 255) = 34.38%

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 34.38%
G = 32.03%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#585256 (or 0x585256) is known color: Liver. HEX triplet: 58, 52 and 56. RGB value is (88,82,86). Sum of RGB (Red+Green+Blue) = 88+82+86=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 88 - color contains mainly: red. Hex color #585256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585256 is #A7ADA9. Grayscale: #545454. Windows color (decimal): -10988970 or 5657176. OLE color: 5657176.

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

Color convert

RGB 88 82 86 -
CMYK 0 0.07 0.02 0.65
HSL 320º 0.04% 0.33% -
HSV(B) 320º 0.07% 0.35% -
XYZ 8.72 8.78 10.04 -
YUV 84.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 88 82 86 0 0.07 0.02 0.65 320 0.04 0.33
Hex 58 52 56 0 7 2 41 140 4 21
Octal 130 122 126 0 7 2 101 500 4 41
Binary 1011000 1010010 1010110 0 111 10 1000001 101000000 100 100001

Color Harmonies of #585256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585256

Black with #585256

Text Example


Text Example

White with #585256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585256; }

 p { color: rgb(88,82,86); }

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

background-color css

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

 a { background-color: rgb(88,82,86); }

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

border-color css

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

 span { border-color: rgb(88,82,86); }

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