Html Css Color HEX #594A5A Fedora

📋 copy color: '#594A5A'

red 89 ◦ green 74 ◦ blue 90

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

Shades of Fedora #594A5A

Tints of Fedora #594A5A

RGB

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

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

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

R = 35.18%
G = 29.25%
B = 35.57%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#594A5A (or 0x594A5A) is known color: Fedora. HEX triplet: 59, 4A and 5A. RGB value is (89,74,90). Sum of RGB (Red+Green+Blue) = 89+74+90=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 90 - color contains mainly: blue. Hex color #594A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5A is #A6B5A5. Grayscale: #505050. Windows color (decimal): -10925478 or 5917273. OLE color: 5917273.

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

Color convert

RGB 89 74 90 -
CMYK 0.01 0.18 0 0.65
HSL 296.25º 0.1% 0.32% -
HSV(B) 296.25º 0.18% 0.35% -
XYZ 8.41 7.76 10.73 -
YUV 80.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 89 74 90 0.01 0.18 0 0.65 296.25 0.1 0.32
Hex 59 4A 5A 1 12 0 41 128 A 20
Octal 131 112 132 1 22 0 101 450 12 40
Binary 1011001 1001010 1011010 1 10010 0 1000001 100101000 1010 100000

Color Harmonies of #594A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A5A

Black with #594A5A

Text Example


Text Example

White with #594A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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