#594A5E

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

Shades of Fedora #594A5E

Tints of Fedora #594A5E

Color information

#594A5E (or 0x594A5E) is unknown color: approx Fedora. HEX triplet: 59, 4A and 5E. RGB value is (89,74,94). Sum of RGB (Red+Green+Blue) = 89+74+94=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #594A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5E is #A6B5A1. Grayscale: #505050. Windows color (decimal): -10925474 or 6179417. OLE color: 6179417.

HSL color Cylindrical-coordinate representation of color #594A5E: hue angle of 285º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #594A5E is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB897494-
CMYK0.050.2100.63
HSL285º11.9%32.94%-
HSV(B)285º21.28%36.86%-
XYZ8.597.8311.65-
YUV80.76135.47133.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=34.63%
G=28.79%
B=36.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8974940.050.2100.6328511.932.94
Hex594A5E51503F11dc21
Octal1311121365250774351441
Binary1011001100101010111101011010101111111000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594A5E; }

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

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

<style>
 a { background-color: #594A5E; }

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

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

<style>
 span { border-color: #594A5E; }

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

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