Html Css Color HEX #59495F Fedora

📋 copy color: '#59495F'

red 89 ◦ green 73 ◦ blue 95

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

Shades of Fedora #59495F

Tints of Fedora #59495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 34.63%
G = 28.4%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59495F (or 0x59495F) is known color: Fedora. HEX triplet: 59, 49 and 5F. RGB value is (89,73,95). Sum of RGB (Red+Green+Blue) = 89+73+95=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #59495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59495F is #A6B6A0. Grayscale: #505050. Windows color (decimal): -10925729 or 6244697. OLE color: 6244697.

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

Color convert

RGB 89 73 95 -
CMYK 0.06 0.23 0 0.63
HSL 283.64º 0.13% 0.33% -
HSV(B) 283.64º 0.23% 0.37% -
XYZ 8.57 7.72 11.86 -
YUV 80.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 89 73 95 0.06 0.23 0 0.63 283.64 0.13 0.33
Hex 59 49 5F 6 17 0 3F 11C D 21
Octal 131 111 137 6 27 0 77 434 15 41
Binary 1011001 1001001 1011111 110 10111 0 111111 100011100 1101 100001

Color Harmonies of #59495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59495F

Black with #59495F

Text Example


Text Example

White with #59495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59495F; }

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

 H1.HeaderClassName
 {
   color: #59495F;
 }
 .AnyTagClassName
 {
   color: #59495F;
 }
</style>

background-color css

<style>
 a { background-color: #59495F; }

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

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

border-color css

<style>
 span { border-color: #59495F; }

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

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