#594A5F

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

Shades of Fedora #594A5F

Tints of Fedora #594A5F

Color information

#594A5F (or 0x594A5F) is unknown color: approx Fedora. HEX triplet: 59, 4A and 5F. RGB value is (89,74,95). Sum of RGB (Red+Green+Blue) = 89+74+95=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #594A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5F is #A6B5A0. Grayscale: #505050. Windows color (decimal): -10925473 or 6244953. OLE color: 6244953.

HSL color Cylindrical-coordinate representation of color #594A5F: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594A5F is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB897495-
CMYK0.060.2200.63
HSL282.86º12.43%33.14%-
HSV(B)282.86º22.11%37.25%-
XYZ8.637.8511.89-
YUV80.88135.97133.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=34.50%
G=28.68%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8974950.060.2200.63282.8612.4333.14
Hex594A5F61603F11bc21
Octal1311121376260774331441
Binary1011001100101010111111101011001111111000110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594A5F; }

 p { color: rgb(89,74,95); }

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

<style>
 a { background-color: #594A5F; }

 a { background-color: rgb(89,74,95); }

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

<style>
 span { border-color: #594A5F; }

 span { border-color: rgb(89,74,95); }

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