Html Css Color HEX #585055 Liver

📋 copy color: '#585055'

red 88 ◦ green 80 ◦ blue 85

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

Shades of Liver #585055

Tints of Liver #585055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 34.78%
G = 31.62%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#585055 (or 0x585055) is known color: Liver. HEX triplet: 58, 50 and 55. RGB value is (88,80,85). Sum of RGB (Red+Green+Blue) = 88+80+85=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585055 is #A7AFAA. Grayscale: #525252. Windows color (decimal): -10989483 or 5591128. OLE color: 5591128.

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

Color convert

RGB 88 80 85 -
CMYK 0 0.09 0.03 0.65
HSL 322.5º 0.05% 0.33% -
HSV(B) 322.5º 0.09% 0.35% -
XYZ 8.53 8.47 9.78 -
YUV 82.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 88 80 85 0 0.09 0.03 0.65 322.5 0.05 0.33
Hex 58 50 55 0 9 3 41 142 5 21
Octal 130 120 125 0 11 3 101 502 5 41
Binary 1011000 1010000 1010101 0 1001 11 1000001 101000010 101 100001

Color Harmonies of #585055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585055

Black with #585055

Text Example


Text Example

White with #585055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585055; }

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

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

background-color css

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

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

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

border-color css

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

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

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