#59485C

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

Shades of Fedora #59485C

Tints of Fedora #59485C

Color information

#59485C (or 0x59485C) is unknown color: approx Fedora. HEX triplet: 59, 48 and 5C. RGB value is (89,72,92). Sum of RGB (Red+Green+Blue) = 89+72+92=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #59485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59485C is #A6B7A3. Grayscale: #4F4F4F. Windows color (decimal): -10925988 or 6047833. OLE color: 6047833.

HSL color Cylindrical-coordinate representation of color #59485C: hue angle of 291º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59485C is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB897292-
CMYK0.030.2200.64
HSL291º12.2%32.16%-
HSV(B)291º21.74%36.08%-
XYZ8.377.5311.14-
YUV79.36135.13134.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=35.18%
G=28.46%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8972920.030.2200.6429112.232.16
Hex59485C316040123c20
Octal13111013432601004431440
Binary1011001100100010111001110110010000001001000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59485C; }

 p { color: rgb(89,72,92); }

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

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

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

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

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

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

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