Html Css Color HEX #595059 Fedora

📋 copy color: '#595059'

red 89 ◦ green 80 ◦ blue 89

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

Shades of Fedora #595059

Tints of Fedora #595059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 34.5%
G = 31.01%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#595059 (or 0x595059) is known color: Fedora. HEX triplet: 59, 50 and 59. RGB value is (89,80,89). Sum of RGB (Red+Green+Blue) = 89+80+89=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595059 is #A6AFA6. Grayscale: #535353. Windows color (decimal): -10923943 or 5853273. OLE color: 5853273.

HSL color Cylindrical-coordinate representation of color #595059: hue angle of 300º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595059 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 89 -
CMYK 0 0.10 0 0.65
HSL 300º 0.05% 0.33% -
HSV(B) 300º 0.1% 0.35% -
XYZ 8.79 8.58 10.64 -
YUV 83.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 89 80 89 0 0.10 0 0.65 300 0.05 0.33
Hex 59 50 59 0 A 0 41 12C 5 21
Octal 131 120 131 0 12 0 101 454 5 41
Binary 1011001 1010000 1011001 0 1010 0 1000001 100101100 101 100001

Color Harmonies of #595059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595059

Black with #595059

Text Example


Text Example

White with #595059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595059; }

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

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

background-color css

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

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

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

border-color css

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

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

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