Html Css Color HEX #584550 Liver

📋 copy color: '#584550'

red 88 ◦ green 69 ◦ blue 80

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

Shades of Liver #584550

Tints of Liver #584550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 37.13%
G = 29.11%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#584550 (or 0x584550) is known color: Liver. HEX triplet: 58, 45 and 50. RGB value is (88,69,80). Sum of RGB (Red+Green+Blue) = 88+69+80=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #584550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584550 is #A7BAAF. Grayscale: #4B4B4B. Windows color (decimal): -10992304 or 5260632. OLE color: 5260632.

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

Color convert

RGB 88 69 80 -
CMYK 0 0.22 0.09 0.65
HSL 325.26º 0.12% 0.31% -
HSV(B) 325.26º 0.22% 0.35% -
XYZ 7.6 6.91 8.52 -
YUV 75.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 88 69 80 0 0.22 0.09 0.65 325.26 0.12 0.31
Hex 58 45 50 0 16 9 41 145 C 1F
Octal 130 105 120 0 26 11 101 505 14 37
Binary 1011000 1000101 1010000 0 10110 1001 1000001 101000101 1100 11111

Color Harmonies of #584550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584550

Black with #584550

Text Example


Text Example

White with #584550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584550; }

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

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

background-color css

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

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

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

border-color css

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

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

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