#575057

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

Shades of Fedora #575057

Tints of Fedora #575057

Color information

#575057 (or 0x575057) is unknown color: approx Fedora. HEX triplet: 57, 50 and 57. RGB value is (87,80,87). Sum of RGB (Red+Green+Blue) = 87+80+87=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575057 is #A8AFA8. Grayscale: #525252. Windows color (decimal): -11055017 or 5722199. OLE color: 5722199.

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

Color convert

RGB878087-
CMYK00.0800.66
HSL300º4.19%32.75%-
HSV(B)300º8.05%34.12%-
XYZ8.528.4510.2-
YUV82.89130.32130.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=34.25%
G=31.50%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87808700.0800.663004.1932.75
Hex5750570804212c421
Octal1271201270100102454441
Binary1010111101000010101110100001000010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575057; }

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

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

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

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

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

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

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

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