Html Css Color HEX #5F5459 Liver

📋 copy color: '#5F5459'

red 95 ◦ green 84 ◦ blue 89

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

Shades of Liver #5F5459

Tints of Liver #5F5459

RGB

 RED value IS 95 (37.5% from 255) = 35.45%

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 35.45%
G = 31.34%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5F5459 (or 0x5F5459) is known color: Liver. HEX triplet: 5F, 54 and 59. RGB value is (95,84,89). Sum of RGB (Red+Green+Blue) = 95+84+89=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5459 is #A0ABA6. Grayscale: #575757. Windows color (decimal): -10529703 or 5854303. OLE color: 5854303.

HSL color Cylindrical-coordinate representation of color #5F5459: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F5459 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 84 89 -
CMYK 0 0.12 0.06 0.63
HSL 332.73º 0.06% 0.35% -
HSV(B) 332.73º 0.12% 0.37% -
XYZ 9.69 9.49 10.77 -
YUV 87.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 95 84 89 0 0.12 0.06 0.63 332.73 0.06 0.35
Hex 5F 54 59 0 C 6 3F 14D 6 23
Octal 137 124 131 0 14 6 77 515 6 43
Binary 1011111 1010100 1011001 0 1100 110 111111 101001101 110 100011

Color Harmonies of #5F5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5459

Black with #5F5459

Text Example


Text Example

White with #5F5459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,84,89); }

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

background-color css

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

 a { background-color: rgb(95,84,89); }

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

border-color css

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

 span { border-color: rgb(95,84,89); }

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