Html Css Color HEX #59475E Fedora

📋 copy color: '#59475E'

red 89 ◦ green 71 ◦ blue 94

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

Shades of Fedora #59475E

Tints of Fedora #59475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 35.04%
G = 27.95%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59475E (or 0x59475E) is known color: Fedora. HEX triplet: 59, 47 and 5E. RGB value is (89,71,94). Sum of RGB (Red+Green+Blue) = 89+71+94=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #59475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59475E is #A6B8A1. Grayscale: #4E4E4E. Windows color (decimal): -10926242 or 6178649. OLE color: 6178649.

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

Color convert

RGB 89 71 94 -
CMYK 0.05 0.24 0 0.63
HSL 286.96º 0.14% 0.32% -
HSV(B) 286.96º 0.24% 0.37% -
XYZ 8.39 7.44 11.58 -
YUV 79 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 89 71 94 0.05 0.24 0 0.63 286.96 0.14 0.32
Hex 59 47 5E 5 18 0 3F 11F E 20
Octal 131 107 136 5 30 0 77 437 16 40
Binary 1011001 1000111 1011110 101 11000 0 111111 100011111 1110 100000

Color Harmonies of #59475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59475E

Black with #59475E

Text Example


Text Example

White with #59475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59475E;
 }
 .AnyTagClassName
 {
   color: #59475E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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