#5D424F

Color #5D424F Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #5D424F

Tints of Liver #5D424F

Color information

#5D424F (or 0x5D424F) is unknown color: approx Liver. HEX triplet: 5D, 42 and 4F. RGB value is (93,66,79). Sum of RGB (Red+Green+Blue) = 93+66+79=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 93 - color contains mainly: red. Hex color #5D424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D424F is #A2BDB0. Grayscale: #4B4B4B. Windows color (decimal): -10665393 or 5194333. OLE color: 5194333.

HSL color Cylindrical-coordinate representation of color #5D424F: hue angle of 331.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D424F is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB936679-
CMYK00.290.150.64
HSL331.11º16.98%31.18%-
HSV(B)331.11º29.03%36.47%-
XYZ7.876.798.29-
YUV75.55129.95140.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.08%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=39.08%
G=27.73%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93667900.290.150.64331.1116.9831.18
Hex5D424F01DF4014b111f
Octal135102117035171005132137
Binary101110110000101001111011101111110000001010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,79); }

 H1.HeaderClassName
 {
   color: #5D424F;
 }
 .AnyTagClassName
 {
   color: #5D424F;
 }
</style>
background-color css

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

 a { background-color: rgb(93,66,79); }

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

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

 span { border-color: rgb(93,66,79); }

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