Html Css Color HEX #584950 Liver

📋 copy color: '#584950'

red 88 ◦ green 73 ◦ blue 80

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

Shades of Liver #584950

Tints of Liver #584950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 36.51%
G = 30.29%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#584950 (or 0x584950) is known color: Liver. HEX triplet: 58, 49 and 50. RGB value is (88,73,80). Sum of RGB (Red+Green+Blue) = 88+73+80=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584950 is #A7B6AF. Grayscale: #4E4E4E. Windows color (decimal): -10991280 or 5261656. OLE color: 5261656.

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

Color convert

RGB 88 73 80 -
CMYK 0 0.17 0.09 0.65
HSL 332º 0.09% 0.32% -
HSV(B) 332º 0.17% 0.35% -
XYZ 7.86 7.42 8.61 -
YUV 78.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 88 73 80 0 0.17 0.09 0.65 332 0.09 0.32
Hex 58 49 50 0 11 9 41 14C 9 20
Octal 130 111 120 0 21 11 101 514 11 40
Binary 1011000 1001001 1010000 0 10001 1001 1000001 101001100 1001 100000

Color Harmonies of #584950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584950

Black with #584950

Text Example


Text Example

White with #584950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584950; }

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

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

background-color css

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

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

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

border-color css

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

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

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