Html Css Color HEX #59495C Fedora

📋 copy color: '#59495C'

red 89 ◦ green 73 ◦ blue 92

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

Shades of Fedora #59495C

Tints of Fedora #59495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 35.04%
G = 28.74%
B = 36.22%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59495C (or 0x59495C) is known color: Fedora. HEX triplet: 59, 49 and 5C. RGB value is (89,73,92). Sum of RGB (Red+Green+Blue) = 89+73+92=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #59495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59495C is #A6B6A3. Grayscale: #4F4F4F. Windows color (decimal): -10925732 or 6048089. OLE color: 6048089.

HSL color Cylindrical-coordinate representation of color #59495C: hue angle of 290.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59495C is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 73 92 -
CMYK 0.03 0.21 0 0.64
HSL 290.53º 0.12% 0.32% -
HSV(B) 290.53º 0.21% 0.36% -
XYZ 8.43 7.66 11.16 -
YUV 79.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 89 73 92 0.03 0.21 0 0.64 290.53 0.12 0.32
Hex 59 49 5C 3 15 0 40 123 C 20
Octal 131 111 134 3 25 0 100 443 14 40
Binary 1011001 1001001 1011100 11 10101 0 1000000 100100011 1100 100000

Color Harmonies of #59495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59495C

Black with #59495C

Text Example


Text Example

White with #59495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59495C; }

 p { color: rgb(89,73,92); }

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

background-color css

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

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

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

border-color css

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

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

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