Html Css Color HEX #595859 Fedora

📋 copy color: '#595859'

red 89 ◦ green 88 ◦ blue 89

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

Shades of Fedora #595859

Tints of Fedora #595859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

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

R = 33.46%
G = 33.08%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#595859 (or 0x595859) is known color: Fedora. HEX triplet: 59, 58 and 59. RGB value is (89,88,89). Sum of RGB (Red+Green+Blue) = 89+88+89=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595859 is #A6A7A6. Grayscale: #585858. Windows color (decimal): -10921895 or 5855321. OLE color: 5855321.

HSL color Cylindrical-coordinate representation of color #595859: 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.01%. Process color model (Four color, CMYK) of #595859 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 88 89 -
CMYK 0 0.01 0 0.65
HSL 300º 0.01% 0.35% -
HSV(B) 300º 0.01% 0.35% -
XYZ 9.41 9.82 10.85 -
YUV 88.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 89 88 89 0 0.01 0 0.65 300 0.01 0.35
Hex 59 58 59 0 1 0 41 12C 1 23
Octal 131 130 131 0 1 0 101 454 1 43
Binary 1011001 1011000 1011001 0 1 0 1000001 100101100 1 100011

Color Harmonies of #595859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595859

Black with #595859

Text Example


Text Example

White with #595859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595859; }

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

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

background-color css

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

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

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

border-color css

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

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

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