#575157

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

Shades of Fedora #575157

Tints of Fedora #575157

Color information

#575157 (or 0x575157) is unknown color: approx Fedora. HEX triplet: 57, 51 and 57. RGB value is (87,81,87). Sum of RGB (Red+Green+Blue) = 87+81+87=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575157 is #A8AEA8. Grayscale: #535353. Windows color (decimal): -11054761 or 5722455. OLE color: 5722455.

HSL color Cylindrical-coordinate representation of color #575157: 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.07%. Process color model (Four color, CMYK) of #575157 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB878187-
CMYK00.0700.66
HSL300º3.57%32.94%-
HSV(B)300º6.9%34.12%-
XYZ8.598.610.22-
YUV83.48129.99130.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=34.12%
G=31.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87818700.0700.663003.5732.94
Hex5751570704212c421
Octal127121127070102454441
Binary101011110100011010111011101000010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575157; }

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

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

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

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

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

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

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

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