#594F59

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

Shades of Fedora #594F59

Tints of Fedora #594F59

Color information

#594F59 (or 0x594F59) is unknown color: approx Fedora. HEX triplet: 59, 4F and 59. RGB value is (89,79,89). Sum of RGB (Red+Green+Blue) = 89+79+89=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F59 is #A6B0A6. Grayscale: #535353. Windows color (decimal): -10924199 or 5853017. OLE color: 5853017.

HSL color Cylindrical-coordinate representation of color #594F59: hue angle of 300º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F59 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB897989-
CMYK00.1100.65
HSL300º5.95%32.94%-
HSV(B)300º11.24%34.9%-
XYZ8.728.4410.62-
YUV83.13131.31132.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=34.63%
G=30.74%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89798900.1100.653005.9532.94
Hex594F590B04112c621
Octal1311171310130101454641
Binary1011001100111110110010101101000001100101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,89); }

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

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

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

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

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

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

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