Html Css Color HEX #585054 Liver

📋 copy color: '#585054'

red 88 ◦ green 80 ◦ blue 84

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

Shades of Liver #585054

Tints of Liver #585054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 34.92%
G = 31.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#585054 (or 0x585054) is known color: Liver. HEX triplet: 58, 50 and 54. RGB value is (88,80,84). Sum of RGB (Red+Green+Blue) = 88+80+84=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585054 is #A7AFAB. Grayscale: #525252. Windows color (decimal): -10989484 or 5525592. OLE color: 5525592.

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

Color convert

RGB 88 80 84 -
CMYK 0 0.09 0.05 0.65
HSL 330º 0.05% 0.33% -
HSV(B) 330º 0.09% 0.35% -
XYZ 8.49 8.45 9.57 -
YUV 82.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 88 80 84 0 0.09 0.05 0.65 330 0.05 0.33
Hex 58 50 54 0 9 5 41 14A 5 21
Octal 130 120 124 0 11 5 101 512 5 41
Binary 1011000 1010000 1010100 0 1001 101 1000001 101001010 101 100001

Color Harmonies of #585054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585054

Black with #585054

Text Example


Text Example

White with #585054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585054; }

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

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

background-color css

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

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

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

border-color css

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

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

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