Html Css Color HEX #594E59 Fedora

📋 copy color: '#594E59'

red 89 ◦ green 78 ◦ blue 89

#594E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #594E59

Tints of Fedora #594E59

RGB

 RED value IS 89 (35.16% from 255) = 34.77%

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 34.77%
G = 30.47%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#594E59 (or 0x594E59) is known color: Fedora. HEX triplet: 59, 4E and 59. RGB value is (89,78,89). Sum of RGB (Red+Green+Blue) = 89+78+89=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E59 is #A6B1A6. Grayscale: #525252. Windows color (decimal): -10924455 or 5852761. OLE color: 5852761.

HSL color Cylindrical-coordinate representation of color #594E59: hue angle of 300º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #594E59 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 78 89 -
CMYK 0 0.12 0 0.65
HSL 300º 0.07% 0.33% -
HSV(B) 300º 0.12% 0.35% -
XYZ 8.65 8.29 10.6 -
YUV 82.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 89 78 89 0 0.12 0 0.65 300 0.07 0.33
Hex 59 4E 59 0 C 0 41 12C 7 21
Octal 131 116 131 0 14 0 101 454 7 41
Binary 1011001 1001110 1011001 0 1100 0 1000001 100101100 111 100001

Color Harmonies of #594E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E59

Black with #594E59

Text Example


Text Example

White with #594E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,89); }

 H1.HeaderClassName
 {
   color: #594E59;
 }
 .AnyTagClassName
 {
   color: #594E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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