#595059

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

Shades of Fedora #595059

Tints of Fedora #595059

Color information

#595059 (or 0x595059) is unknown color: approx Fedora. HEX triplet: 59, 50 and 59. RGB value is (89,80,89). Sum of RGB (Red+Green+Blue) = 89+80+89=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595059 is #A6AFA6. Grayscale: #535353. Windows color (decimal): -10923943 or 5853273. OLE color: 5853273.

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

Color convert

RGB898089-
CMYK00.1000.65
HSL300º5.33%33.14%-
HSV(B)300º10.11%34.9%-
XYZ8.798.5810.64-
YUV83.72130.98131.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=34.50%
G=31.01%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89808900.1000.653005.3333.14
Hex5950590A04112c521
Octal1311201310120101454541
Binary1011001101000010110010101001000001100101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595059; }

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

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

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

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

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

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

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

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