#575457

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

Shades of Fedora #575457

Tints of Fedora #575457

Color information

#575457 (or 0x575457) is unknown color: approx Fedora. HEX triplet: 57, 54 and 57. RGB value is (87,84,87). Sum of RGB (Red+Green+Blue) = 87+84+87=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575457 is #A8ABA8. Grayscale: #555555. Windows color (decimal): -11053993 or 5723223. OLE color: 5723223.

HSL color Cylindrical-coordinate representation of color #575457: hue angle of 300º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575457 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB878487-
CMYK00.0300.66
HSL300º1.75%33.53%-
HSV(B)300º3.45%34.12%-
XYZ8.829.0610.3-
YUV85.24128.99129.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=33.72%
G=32.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87848700.0300.663001.7533.53
Hex5754570304212c222
Octal127124127030102454242
Binary1010111101010010101110110100001010010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575457; }

 p { color: rgb(87,84,87); }

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

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

 a { background-color: rgb(87,84,87); }

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

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

 span { border-color: rgb(87,84,87); }

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