Html Css Color HEX #59495D Fedora

📋 copy color: '#59495D'

red 89 ◦ green 73 ◦ blue 93

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

Shades of Fedora #59495D

Tints of Fedora #59495D

RGB

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

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

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

R = 34.9%
G = 28.63%
B = 36.47%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59495D (or 0x59495D) is known color: Fedora. HEX triplet: 59, 49 and 5D. RGB value is (89,73,93). Sum of RGB (Red+Green+Blue) = 89+73+93=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #59495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59495D is #A6B6A2. Grayscale: #505050. Windows color (decimal): -10925731 or 6113625. OLE color: 6113625.

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

Color convert

RGB 89 73 93 -
CMYK 0.04 0.22 0 0.64
HSL 288º 0.12% 0.33% -
HSV(B) 288º 0.22% 0.36% -
XYZ 8.48 7.68 11.39 -
YUV 80.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 89 73 93 0.04 0.22 0 0.64 288 0.12 0.33
Hex 59 49 5D 4 16 0 40 120 C 21
Octal 131 111 135 4 26 0 100 440 14 41
Binary 1011001 1001001 1011101 100 10110 0 1000000 100100000 1100 100001

Color Harmonies of #59495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59495D

Black with #59495D

Text Example


Text Example

White with #59495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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