Html Css Color HEX #594D5B Fedora

📋 copy color: '#594D5B'

red 89 ◦ green 77 ◦ blue 91

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

Shades of Fedora #594D5B

Tints of Fedora #594D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 34.63%
G = 29.96%
B = 35.41%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#594D5B (or 0x594D5B) is known color: Fedora. HEX triplet: 59, 4D and 5B. RGB value is (89,77,91). Sum of RGB (Red+Green+Blue) = 89+77+91=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 91 - color contains mainly: blue. Hex color #594D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D5B is #A6B2A4. Grayscale: #525252. Windows color (decimal): -10924709 or 5983577. OLE color: 5983577.

HSL color Cylindrical-coordinate representation of color #594D5B: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #594D5B is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 77 91 -
CMYK 0.02 0.15 0 0.64
HSL 291.43º 0.08% 0.33% -
HSV(B) 291.43º 0.15% 0.36% -
XYZ 8.66 8.19 11.02 -
YUV 82.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 89 77 91 0.02 0.15 0 0.64 291.43 0.08 0.33
Hex 59 4D 5B 2 F 0 40 123 8 21
Octal 131 115 133 2 17 0 100 443 10 41
Binary 1011001 1001101 1011011 10 1111 0 1000000 100100011 1000 100001

Color Harmonies of #594D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D5B

Black with #594D5B

Text Example


Text Example

White with #594D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594D5B; }

 p { color: rgb(89,77,91); }

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

background-color css

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

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

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

border-color css

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

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

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