Html Css Color HEX #585557 Liver

📋 copy color: '#585557'

red 88 ◦ green 85 ◦ blue 87

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

Shades of Liver #585557

Tints of Liver #585557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 33.85%
G = 32.69%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#585557 (or 0x585557) is known color: Liver. HEX triplet: 58, 55 and 57. RGB value is (88,85,87). Sum of RGB (Red+Green+Blue) = 88+85+87=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 88 - color contains mainly: red. Hex color #585557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585557 is #A7AAA8. Grayscale: #565656. Windows color (decimal): -10988201 or 5723480. OLE color: 5723480.

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

Color convert

RGB 88 85 87 -
CMYK 0 0.03 0.01 0.65
HSL 320º 0.02% 0.34% -
HSV(B) 320º 0.03% 0.35% -
XYZ 8.99 9.26 10.33 -
YUV 86.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 88 85 87 0 0.03 0.01 0.65 320 0.02 0.34
Hex 58 55 57 0 3 1 41 140 2 22
Octal 130 125 127 0 3 1 101 500 2 42
Binary 1011000 1010101 1010111 0 11 1 1000001 101000000 10 100010

Color Harmonies of #585557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585557

Black with #585557

Text Example


Text Example

White with #585557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585557; }

 p { color: rgb(88,85,87); }

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

background-color css

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

 a { background-color: rgb(88,85,87); }

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

border-color css

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

 span { border-color: rgb(88,85,87); }

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