#595859

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

Shades of Fedora #595859

Tints of Fedora #595859

Color information

#595859 (or 0x595859) is unknown color: approx Fedora. HEX triplet: 59, 58 and 59. RGB value is (89,88,89). Sum of RGB (Red+Green+Blue) = 89+88+89=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595859 is #A6A7A6. Grayscale: #585858. Windows color (decimal): -10921895 or 5855321. OLE color: 5855321.

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

Color convert

RGB898889-
CMYK00.0100.65
HSL300º0.56%34.71%-
HSV(B)300º1.12%34.9%-
XYZ9.419.8210.85-
YUV88.41128.33128.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=33.46%
G=33.08%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89888900.0100.653000.5634.71
Hex5958590104112c123
Octal131130131010101454143
Binary10110011011000101100101010000011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595859; }

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

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

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

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

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

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

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

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