#59455E

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

Shades of Fedora #59455E

Tints of Fedora #59455E

Color information

#59455E (or 0x59455E) is unknown color: approx Fedora. HEX triplet: 59, 45 and 5E. RGB value is (89,69,94). Sum of RGB (Red+Green+Blue) = 89+69+94=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #59455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59455E is #A6BAA1. Grayscale: #4D4D4D. Windows color (decimal): -10926754 or 6178137. OLE color: 6178137.

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

Color convert

RGB896994-
CMYK0.050.2700.63
HSL288º15.34%31.96%-
HSV(B)288º26.6%36.86%-
XYZ8.277.1911.54-
YUV77.83137.13135.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=35.32%
G=27.38%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8969940.050.2700.6328815.3431.96
Hex59455E51B03F120f20
Octal1311051365330774401740
Binary1011001100010110111101011101101111111001000001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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