Html Css Color HEX #59545A Fedora

📋 copy color: '#59545A'

red 89 ◦ green 84 ◦ blue 90

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

Shades of Fedora #59545A

Tints of Fedora #59545A

RGB

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

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

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

R = 33.84%
G = 31.94%
B = 34.22%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59545A (or 0x59545A) is known color: Fedora. HEX triplet: 59, 54 and 5A. RGB value is (89,84,90). Sum of RGB (Red+Green+Blue) = 89+84+90=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #59545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59545A is #A6ABA5. Grayscale: #565656. Windows color (decimal): -10922918 or 5919833. OLE color: 5919833.

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

Color convert

RGB 89 84 90 -
CMYK 0.01 0.07 0 0.65
HSL 290º 0.03% 0.34% -
HSV(B) 290º 0.07% 0.35% -
XYZ 9.14 9.2 10.97 -
YUV 86.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 89 84 90 0.01 0.07 0 0.65 290 0.03 0.34
Hex 59 54 5A 1 7 0 41 122 3 22
Octal 131 124 132 1 7 0 101 442 3 42
Binary 1011001 1010100 1011010 1 111 0 1000001 100100010 11 100010

Color Harmonies of #59545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59545A

Black with #59545A

Text Example


Text Example

White with #59545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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