Html Css Color HEX #59535A Fedora

📋 copy color: '#59535A'

red 89 ◦ green 83 ◦ blue 90

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

Shades of Fedora #59535A

Tints of Fedora #59535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 33.97%
G = 31.68%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59535A (or 0x59535A) is known color: Fedora. HEX triplet: 59, 53 and 5A. RGB value is (89,83,90). Sum of RGB (Red+Green+Blue) = 89+83+90=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #59535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59535A is #A6ACA5. Grayscale: #555555. Windows color (decimal): -10923174 or 5919577. OLE color: 5919577.

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

Color convert

RGB 89 83 90 -
CMYK 0.01 0.08 0 0.65
HSL 291.43º 0.04% 0.34% -
HSV(B) 291.43º 0.08% 0.35% -
XYZ 9.06 9.05 10.94 -
YUV 85.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 89 83 90 0.01 0.08 0 0.65 291.43 0.04 0.34
Hex 59 53 5A 1 8 0 41 123 4 22
Octal 131 123 132 1 10 0 101 443 4 42
Binary 1011001 1010011 1011010 1 1000 0 1000001 100100011 100 100010

Color Harmonies of #59535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59535A

Black with #59535A

Text Example


Text Example

White with #59535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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