#5D464E

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

Shades of Finn #5D464E

Tints of Finn #5D464E

Color information

#5D464E (or 0x5D464E) is unknown color: approx Finn. HEX triplet: 5D, 46 and 4E. RGB value is (93,70,78). Sum of RGB (Red+Green+Blue) = 93+70+78=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D464E is #A2B9B1. Grayscale: #4D4D4D. Windows color (decimal): -10664370 or 5129821. OLE color: 5129821.

HSL color Cylindrical-coordinate representation of color #5D464E: hue angle of 339.13º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D464E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB937078-
CMYK00.250.160.64
HSL339.13º14.11%31.96%-
HSV(B)339.13º24.73%36.47%-
XYZ8.087.268.18-
YUV77.79128.12138.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.59%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=38.59%
G=29.05%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93707800.250.160.64339.1314.1131.96
Hex5D464E0191040153e20
Octal135106116031201005231640
Binary1011101100011010011100110011000010000001010100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,70,78); }

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

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

 a { background-color: rgb(93,70,78); }

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

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

 span { border-color: rgb(93,70,78); }

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