Html Css Color HEX #593D4B Liver

📋 copy color: '#593D4B'

red 89 ◦ green 61 ◦ blue 75

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

Shades of Liver #593D4B

Tints of Liver #593D4B

RGB

 RED value IS 89 (35.16% from 255) = 39.56%

 GREEN value IS 61 (24.22% from 255) = 27.11%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 39.56%
G = 27.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#593D4B (or 0x593D4B) is known color: Liver. HEX triplet: 59, 3D and 4B. RGB value is (89,61,75). Sum of RGB (Red+Green+Blue) = 89+61+75=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #593D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D4B is #A6C2B4. Grayscale: #464646. Windows color (decimal): -10928821 or 4930905. OLE color: 4930905.

HSL color Cylindrical-coordinate representation of color #593D4B: hue angle of 330º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D4B is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 61 75 -
CMYK 0 0.31 0.16 0.65
HSL 330º 0.19% 0.29% -
HSV(B) 330º 0.31% 0.35% -
XYZ 7.06 5.97 7.44 -
YUV 70.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 89 61 75 0 0.31 0.16 0.65 330 0.19 0.29
Hex 59 3D 4B 0 1F 10 41 14A 13 1D
Octal 131 75 113 0 37 20 101 512 23 35
Binary 1011001 111101 1001011 0 11111 10000 1000001 101001010 10011 11101

Color Harmonies of #593D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D4B

Black with #593D4B

Text Example


Text Example

White with #593D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593D4B; }

 p { color: rgb(89,61,75); }

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

background-color css

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

 a { background-color: rgb(89,61,75); }

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

border-color css

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

 span { border-color: rgb(89,61,75); }

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