#59495F

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

Shades of Fedora #59495F

Tints of Fedora #59495F

Color information

#59495F (or 0x59495F) is unknown color: approx Fedora. HEX triplet: 59, 49 and 5F. RGB value is (89,73,95). Sum of RGB (Red+Green+Blue) = 89+73+95=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #59495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59495F is #A6B6A0. Grayscale: #505050. Windows color (decimal): -10925729 or 6244697. OLE color: 6244697.

HSL color Cylindrical-coordinate representation of color #59495F: hue angle of 283.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59495F is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB897395-
CMYK0.060.2300.63
HSL283.64º13.1%32.94%-
HSV(B)283.64º23.16%37.25%-
XYZ8.577.7211.86-
YUV80.29136.3134.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=34.63%
G=28.40%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8973950.060.2300.63283.6413.132.94
Hex59495F61703F11cd21
Octal1311111376270774341541
Binary1011001100100110111111101011101111111000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59495F; }

 p { color: rgb(89,73,95); }

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

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

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

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

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

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

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