Html Css Color HEX #594A5C Fedora

📋 copy color: '#594A5C'

red 89 ◦ green 74 ◦ blue 92

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

Shades of Fedora #594A5C

Tints of Fedora #594A5C

RGB

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

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

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

R = 34.9%
G = 29.02%
B = 36.08%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#594A5C (or 0x594A5C) is known color: Fedora. HEX triplet: 59, 4A and 5C. RGB value is (89,74,92). Sum of RGB (Red+Green+Blue) = 89+74+92=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #594A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594A5C is #A6B5A3. Grayscale: #505050. Windows color (decimal): -10925476 or 6048345. OLE color: 6048345.

HSL color Cylindrical-coordinate representation of color #594A5C: hue angle of 290º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594A5C is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 74 92 -
CMYK 0.03 0.20 0 0.64
HSL 290º 0.11% 0.33% -
HSV(B) 290º 0.2% 0.36% -
XYZ 8.5 7.79 11.18 -
YUV 80.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 89 74 92 0.03 0.20 0 0.64 290 0.11 0.33
Hex 59 4A 5C 3 14 0 40 122 B 21
Octal 131 112 134 3 24 0 100 442 13 41
Binary 1011001 1001010 1011100 11 10100 0 1000000 100100010 1011 100001

Color Harmonies of #594A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A5C

Black with #594A5C

Text Example


Text Example

White with #594A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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