Html Css Color HEX #59565A Fedora

📋 copy color: '#59565A'

red 89 ◦ green 86 ◦ blue 90

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

Shades of Fedora #59565A

Tints of Fedora #59565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

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

R = 33.58%
G = 32.45%
B = 33.96%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59565A (or 0x59565A) is known color: Fedora. HEX triplet: 59, 56 and 5A. RGB value is (89,86,90). Sum of RGB (Red+Green+Blue) = 89+86+90=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 90 - color contains mainly: blue. Hex color #59565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59565A is #A6A9A5. Grayscale: #575757. Windows color (decimal): -10922406 or 5920345. OLE color: 5920345.

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

Color convert

RGB 89 86 90 -
CMYK 0.01 0.04 0 0.65
HSL 285º 0.02% 0.35% -
HSV(B) 285º 0.04% 0.35% -
XYZ 9.29 9.52 11.02 -
YUV 87.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 89 86 90 0.01 0.04 0 0.65 285 0.02 0.35
Hex 59 56 5A 1 4 0 41 11D 2 23
Octal 131 126 132 1 4 0 101 435 2 43
Binary 1011001 1010110 1011010 1 100 0 1000001 100011101 10 100011

Color Harmonies of #59565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59565A

Black with #59565A

Text Example


Text Example

White with #59565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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