#59465E

Color #59465E Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #59465E

Tints of Fedora #59465E

Color information

#59465E (or 0x59465E) is unknown color: approx Fedora. HEX triplet: 59, 46 and 5E. RGB value is (89,70,94). Sum of RGB (Red+Green+Blue) = 89+70+94=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #59465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59465E is #A6B9A1. Grayscale: #4E4E4E. Windows color (decimal): -10926498 or 6178393. OLE color: 6178393.

HSL color Cylindrical-coordinate representation of color #59465E: hue angle of 287.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59465E is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB897094-
CMYK0.050.2600.63
HSL287.5º14.63%32.16%-
HSV(B)287.5º25.53%36.86%-
XYZ8.337.3111.56-
YUV78.42136.79135.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=35.18%
G=27.67%
B=37.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8970940.050.2600.63287.514.6332.16
Hex59465E51A03F120f20
Octal1311061365320774401740
Binary1011001100011010111101011101001111111001000001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59465E; }

 p { color: rgb(89,70,94); }

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

<style>
 a { background-color: #59465E; }

 a { background-color: rgb(89,70,94); }

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

<style>
 span { border-color: #59465E; }

 span { border-color: rgb(89,70,94); }

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