Html Css Color HEX #59505A Fedora

📋 copy color: '#59505A'

red 89 ◦ green 80 ◦ blue 90

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

Shades of Fedora #59505A

Tints of Fedora #59505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 34.36%
G = 30.89%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59505A (or 0x59505A) is known color: Fedora. HEX triplet: 59, 50 and 5A. RGB value is (89,80,90). Sum of RGB (Red+Green+Blue) = 89+80+90=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #59505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59505A is #A6AFA5. Grayscale: #535353. Windows color (decimal): -10923942 or 5918809. OLE color: 5918809.

HSL color Cylindrical-coordinate representation of color #59505A: hue angle of 294º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59505A is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 90 -
CMYK 0.01 0.11 0 0.65
HSL 294º 0.06% 0.33% -
HSV(B) 294º 0.11% 0.35% -
XYZ 8.83 8.6 10.87 -
YUV 83.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 89 80 90 0.01 0.11 0 0.65 294 0.06 0.33
Hex 59 50 5A 1 B 0 41 126 6 21
Octal 131 120 132 1 13 0 101 446 6 41
Binary 1011001 1010000 1011010 1 1011 0 1000001 100100110 110 100001

Color Harmonies of #59505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59505A

Black with #59505A

Text Example


Text Example

White with #59505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59505A; }

 p { color: rgb(89,80,90); }

 H1.HeaderClassName
 {
   color: #59505A;
 }
 .AnyTagClassName
 {
   color: #59505A;
 }
</style>

background-color css

<style>
 a { background-color: #59505A; }

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

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

border-color css

<style>
 span { border-color: #59505A; }

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

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