Html Css Color HEX #5A5759 Liver

📋 copy color: '#5A5759'

red 90 ◦ green 87 ◦ blue 89

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

Shades of Liver #5A5759

Tints of Liver #5A5759

RGB

 RED value IS 90 (35.55% from 255) = 33.83%

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 33.83%
G = 32.71%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A5759 (or 0x5A5759) is known color: Liver. HEX triplet: 5A, 57 and 59. RGB value is (90,87,89). Sum of RGB (Red+Green+Blue) = 90+87+89=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5759 is #A5A8A6. Grayscale: #585858. Windows color (decimal): -10856615 or 5855066. OLE color: 5855066.

HSL color Cylindrical-coordinate representation of color #5A5759: hue angle of 320º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5A5759 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 87 89 -
CMYK 0 0.03 0.01 0.65
HSL 320º 0.02% 0.35% -
HSV(B) 320º 0.03% 0.35% -
XYZ 9.43 9.71 10.83 -
YUV 88.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 90 87 89 0 0.03 0.01 0.65 320 0.02 0.35
Hex 5A 57 59 0 3 1 41 140 2 23
Octal 132 127 131 0 3 1 101 500 2 43
Binary 1011010 1010111 1011001 0 11 1 1000001 101000000 10 100011

Color Harmonies of #5A5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5759

Black with #5A5759

Text Example


Text Example

White with #5A5759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5759; }

 p { color: rgb(90,87,89); }

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

background-color css

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

 a { background-color: rgb(90,87,89); }

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

border-color css

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

 span { border-color: rgb(90,87,89); }

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