Html Css Color HEX #595759 Fedora

📋 copy color: '#595759'

red 89 ◦ green 87 ◦ blue 89

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

Shades of Fedora #595759

Tints of Fedora #595759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

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

R = 33.58%
G = 32.83%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#595759 (or 0x595759) is known color: Fedora. HEX triplet: 59, 57 and 59. RGB value is (89,87,89). Sum of RGB (Red+Green+Blue) = 89+87+89=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595759 is #A6A8A6. Grayscale: #575757. Windows color (decimal): -10922151 or 5855065. OLE color: 5855065.

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

Color convert

RGB 89 87 89 -
CMYK 0 0.02 0 0.65
HSL 300º 0.01% 0.35% -
HSV(B) 300º 0.02% 0.35% -
XYZ 9.33 9.66 10.82 -
YUV 87.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 89 87 89 0 0.02 0 0.65 300 0.01 0.35
Hex 59 57 59 0 2 0 41 12C 1 23
Octal 131 127 131 0 2 0 101 454 1 43
Binary 1011001 1010111 1011001 0 10 0 1000001 100101100 1 100011

Color Harmonies of #595759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595759

Black with #595759

Text Example


Text Example

White with #595759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595759; }

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

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

background-color css

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

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

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

border-color css

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

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

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