#59555A

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

Shades of Fedora #59555A

Tints of Fedora #59555A

Color information

#59555A (or 0x59555A) is unknown color: approx Fedora. HEX triplet: 59, 55 and 5A. RGB value is (89,85,90). Sum of RGB (Red+Green+Blue) = 89+85+90=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: blue. Hex color #59555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59555A is #A6AAA5. Grayscale: #565656. Windows color (decimal): -10922662 or 5920089. OLE color: 5920089.

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

Color convert

RGB898590-
CMYK0.010.0600.65
HSL288º2.86%34.31%-
HSV(B)288º5.56%35.29%-
XYZ9.219.3610.99-
YUV86.77129.83129.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=33.71%
G=32.20%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8985900.010.0600.652882.8634.31
Hex59555A16041120322
Octal131125132160101440342
Binary10110011010101101101011100100000110010000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59555A; }

 p { color: rgb(89,85,90); }

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

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

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

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

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

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

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