Html Css Color HEX #59475D Fedora

📋 copy color: '#59475D'

red 89 ◦ green 71 ◦ blue 93

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

Shades of Fedora #59475D

Tints of Fedora #59475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 35.18%
G = 28.06%
B = 36.76%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59475D (or 0x59475D) is known color: Fedora. HEX triplet: 59, 47 and 5D. RGB value is (89,71,93). Sum of RGB (Red+Green+Blue) = 89+71+93=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #59475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59475D is #A6B8A2. Grayscale: #4E4E4E. Windows color (decimal): -10926243 or 6113113. OLE color: 6113113.

HSL color Cylindrical-coordinate representation of color #59475D: hue angle of 289.09º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59475D is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 71 93 -
CMYK 0.04 0.24 0 0.64
HSL 289.09º 0.13% 0.32% -
HSV(B) 289.09º 0.24% 0.36% -
XYZ 8.35 7.42 11.35 -
YUV 78.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 89 71 93 0.04 0.24 0 0.64 289.09 0.13 0.32
Hex 59 47 5D 4 18 0 40 121 D 20
Octal 131 107 135 4 30 0 100 441 15 40
Binary 1011001 1000111 1011101 100 11000 0 1000000 100100001 1101 100000

Color Harmonies of #59475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59475D

Black with #59475D

Text Example


Text Example

White with #59475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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