Html Css Color HEX #594A5F Fedora

📋 copy color: '#594A5F'

red 89 ◦ green 74 ◦ blue 95

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

Shades of Fedora #594A5F

Tints of Fedora #594A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 34.5%
G = 28.68%
B = 36.82%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#594A5F (or 0x594A5F) is known color: Fedora. HEX triplet: 59, 4A and 5F. RGB value is (89,74,95). Sum of RGB (Red+Green+Blue) = 89+74+95=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #594A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5F is #A6B5A0. Grayscale: #505050. Windows color (decimal): -10925473 or 6244953. OLE color: 6244953.

HSL color Cylindrical-coordinate representation of color #594A5F: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594A5F is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 74 95 -
CMYK 0.06 0.22 0 0.63
HSL 282.86º 0.12% 0.33% -
HSV(B) 282.86º 0.22% 0.37% -
XYZ 8.63 7.85 11.89 -
YUV 80.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 89 74 95 0.06 0.22 0 0.63 282.86 0.12 0.33
Hex 59 4A 5F 6 16 0 3F 11B C 21
Octal 131 112 137 6 26 0 77 433 14 41
Binary 1011001 1001010 1011111 110 10110 0 111111 100011011 1100 100001

Color Harmonies of #594A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A5F

Black with #594A5F

Text Example


Text Example

White with #594A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,74,95); }

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

background-color css

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

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

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

border-color css

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

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

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