#59445E

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

Shades of Fedora #59445E

Tints of Fedora #59445E

Color information

#59445E (or 0x59445E) is unknown color: approx Fedora. HEX triplet: 59, 44 and 5E. RGB value is (89,68,94). Sum of RGB (Red+Green+Blue) = 89+68+94=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #59445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59445E is #A6BBA1. Grayscale: #4D4D4D. Windows color (decimal): -10927010 or 6177881. OLE color: 6177881.

HSL color Cylindrical-coordinate representation of color #59445E: hue angle of 288.46º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59445E is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB896894-
CMYK0.050.2800.63
HSL288.46º16.05%31.76%-
HSV(B)288.46º27.66%36.86%-
XYZ8.217.0711.52-
YUV77.24137.46136.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=35.46%
G=27.09%
B=37.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8968940.050.2800.63288.4616.0531.76
Hex59445E51C03F1201020
Octal1311041365340774402040
Binary10110011000100101111010111100011111110010000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59445E; }

 p { color: rgb(89,68,94); }

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

<style>
 a { background-color: #59445E; }

 a { background-color: rgb(89,68,94); }

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

<style>
 span { border-color: #59445E; }

 span { border-color: rgb(89,68,94); }

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