#59525C

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

Shades of Fedora #59525C

Tints of Fedora #59525C

Color information

#59525C (or 0x59525C) is unknown color: approx Fedora. HEX triplet: 59, 52 and 5C. RGB value is (89,82,92). Sum of RGB (Red+Green+Blue) = 89+82+92=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #59525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59525C is #A6ADA3. Grayscale: #555555. Windows color (decimal): -10923428 or 6050393. OLE color: 6050393.

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

Color convert

RGB898292-
CMYK0.030.1100.64
HSL282º5.75%34.12%-
HSV(B)282º10.87%36.08%-
XYZ9.078.9311.37-
YUV85.23131.82130.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=33.84%
G=31.18%
B=34.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8982920.030.1100.642825.7534.12
Hex59525C3B04011a622
Octal1311221343130100432642
Binary10110011010010101110011101101000000100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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