Html Css Color HEX #585053 Liver

📋 copy color: '#585053'

red 88 ◦ green 80 ◦ blue 83

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

Shades of Liver #585053

Tints of Liver #585053

RGB

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

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

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

R = 35.06%
G = 31.87%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#585053 (or 0x585053) is known color: Liver. HEX triplet: 58, 50 and 53. RGB value is (88,80,83). Sum of RGB (Red+Green+Blue) = 88+80+83=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #585053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585053 is #A7AFAC. Grayscale: #525252. Windows color (decimal): -10989485 or 5460056. OLE color: 5460056.

HSL color Cylindrical-coordinate representation of color #585053: hue angle of 337.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 #585053 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 83 -
CMYK 0 0.09 0.06 0.65
HSL 337.5º 0.05% 0.33% -
HSV(B) 337.5º 0.09% 0.35% -
XYZ 8.45 8.44 9.37 -
YUV 82.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 88 80 83 0 0.09 0.06 0.65 337.5 0.05 0.33
Hex 58 50 53 0 9 6 41 152 5 21
Octal 130 120 123 0 11 6 101 522 5 41
Binary 1011000 1010000 1010011 0 1001 110 1000001 101010010 101 100001

Color Harmonies of #585053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585053

Black with #585053

Text Example


Text Example

White with #585053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585053; }

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

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

background-color css

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

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

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

border-color css

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

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

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