Html Css Color HEX #595459 Fedora

📋 copy color: '#595459'

red 89 ◦ green 84 ◦ blue 89

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

Shades of Fedora #595459

Tints of Fedora #595459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

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

R = 33.97%
G = 32.06%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#595459 (or 0x595459) is known color: Fedora. HEX triplet: 59, 54 and 59. RGB value is (89,84,89). Sum of RGB (Red+Green+Blue) = 89+84+89=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595459 is #A6ABA6. Grayscale: #565656. Windows color (decimal): -10922919 or 5854297. OLE color: 5854297.

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

Color convert

RGB 89 84 89 -
CMYK 0 0.06 0 0.65
HSL 300º 0.03% 0.34% -
HSV(B) 300º 0.06% 0.35% -
XYZ 9.09 9.19 10.74 -
YUV 86.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 89 84 89 0 0.06 0 0.65 300 0.03 0.34
Hex 59 54 59 0 6 0 41 12C 3 22
Octal 131 124 131 0 6 0 101 454 3 42
Binary 1011001 1010100 1011001 0 110 0 1000001 100101100 11 100010

Color Harmonies of #595459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595459

Black with #595459

Text Example


Text Example

White with #595459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595459; }

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

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

background-color css

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

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

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

border-color css

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

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

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