Html Css Color HEX #594C59 Fedora

📋 copy color: '#594C59'

red 89 ◦ green 76 ◦ blue 89

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

Shades of Fedora #594C59

Tints of Fedora #594C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

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

R = 35.04%
G = 29.92%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#594C59 (or 0x594C59) is known color: Fedora. HEX triplet: 59, 4C and 59. RGB value is (89,76,89). Sum of RGB (Red+Green+Blue) = 89+76+89=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C59 is #A6B3A6. Grayscale: #515151. Windows color (decimal): -10924967 or 5852249. OLE color: 5852249.

HSL color Cylindrical-coordinate representation of color #594C59: hue angle of 300º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #594C59 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 76 89 -
CMYK 0 0.15 0 0.65
HSL 300º 0.08% 0.32% -
HSV(B) 300º 0.15% 0.35% -
XYZ 8.51 8.01 10.55 -
YUV 81.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 89 76 89 0 0.15 0 0.65 300 0.08 0.32
Hex 59 4C 59 0 F 0 41 12C 8 20
Octal 131 114 131 0 17 0 101 454 10 40
Binary 1011001 1001100 1011001 0 1111 0 1000001 100101100 1000 100000

Color Harmonies of #594C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C59

Black with #594C59

Text Example


Text Example

White with #594C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,89); }

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

background-color css

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

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

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

border-color css

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

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

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