Html Css Color HEX #5F4053 Liver

📋 copy color: '#5F4053'

red 95 ◦ green 64 ◦ blue 83

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

Shades of Liver #5F4053

Tints of Liver #5F4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 39.26%
G = 26.45%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5F4053 (or 0x5F4053) is known color: Liver. HEX triplet: 5F, 40 and 53. RGB value is (95,64,83). Sum of RGB (Red+Green+Blue) = 95+64+83=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4053 is #A0BFAC. Grayscale: #4B4B4B. Windows color (decimal): -10534829 or 5455967. OLE color: 5455967.

HSL color Cylindrical-coordinate representation of color #5F4053: hue angle of 323.23º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4053 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 64 83 -
CMYK 0 0.33 0.13 0.63
HSL 323.23º 0.19% 0.31% -
HSV(B) 323.23º 0.33% 0.37% -
XYZ 8.11 6.72 9.05 -
YUV 75.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 95 64 83 0 0.33 0.13 0.63 323.23 0.19 0.31
Hex 5F 40 53 0 21 D 3F 143 13 1F
Octal 137 100 123 0 41 15 77 503 23 37
Binary 1011111 1000000 1010011 0 100001 1101 111111 101000011 10011 11111

Color Harmonies of #5F4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4053

Black with #5F4053

Text Example


Text Example

White with #5F4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,83); }

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

background-color css

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

 a { background-color: rgb(95,64,83); }

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

border-color css

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

 span { border-color: rgb(95,64,83); }

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