#594C5C

Color #594C5C Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #594C5C

Tints of Fedora #594C5C

Color information

#594C5C (or 0x594C5C) is unknown color: approx Fedora. HEX triplet: 59, 4C and 5C. RGB value is (89,76,92). Sum of RGB (Red+Green+Blue) = 89+76+92=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: blue. Hex color #594C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C5C is #A6B3A3. Grayscale: #515151. Windows color (decimal): -10924964 or 6048857. OLE color: 6048857.

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

Color convert

RGB897692-
CMYK0.030.1700.64
HSL288.75º9.52%32.94%-
HSV(B)288.75º17.39%36.08%-
XYZ8.648.0711.23-
YUV81.71133.81133.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=34.63%
G=29.57%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8976920.030.1700.64288.759.5232.94
Hex594C5C311040121a21
Octal13111413432101004411241
Binary1011001100110010111001110001010000001001000011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #594C5C;
 }
 .AnyTagClassName
 {
   color: #594C5C;
 }
</style>
background-color css

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

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

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

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

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

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