#595259

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

Shades of Fedora #595259

Tints of Fedora #595259

Color information

#595259 (or 0x595259) is unknown color: approx Fedora. HEX triplet: 59, 52 and 59. RGB value is (89,82,89). Sum of RGB (Red+Green+Blue) = 89+82+89=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595259 is #A6ADA6. Grayscale: #545454. Windows color (decimal): -10923431 or 5853785. OLE color: 5853785.

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

Color convert

RGB898289-
CMYK00.0800.65
HSL300º4.09%33.53%-
HSV(B)300º7.87%34.9%-
XYZ8.948.8810.69-
YUV84.89130.32130.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=34.23%
G=31.54%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828900.0800.653004.0933.53
Hex5952590804112c422
Octal1311221310100101454442
Binary1011001101001010110010100001000001100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595259; }

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

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

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

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

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

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

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

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