#59535B

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

Shades of Fedora #59535B

Tints of Fedora #59535B

Color information

#59535B (or 0x59535B) is unknown color: approx Fedora. HEX triplet: 59, 53 and 5B. RGB value is (89,83,91). Sum of RGB (Red+Green+Blue) = 89+83+91=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #59535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59535B is #A6ACA4. Grayscale: #555555. Windows color (decimal): -10923173 or 5985113. OLE color: 5985113.

HSL color Cylindrical-coordinate representation of color #59535B: hue angle of 285º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59535B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB898391-
CMYK0.020.0900.64
HSL285º4.6%34.12%-
HSV(B)285º8.79%35.69%-
XYZ9.19.0711.17-
YUV85.71130.99130.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=33.84%
G=31.56%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8983910.020.0900.642854.634.12
Hex59535B2904011d522
Octal1311231332110100435542
Binary10110011010011101101110100101000000100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59535B; }

 p { color: rgb(89,83,91); }

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

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

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

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

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

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

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