#5C575E

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

Shades of Fedora #5C575E

Tints of Fedora #5C575E

Color information

#5C575E (or 0x5C575E) is unknown color: approx Fedora. HEX triplet: 5C, 57 and 5E. RGB value is (92,87,94). Sum of RGB (Red+Green+Blue) = 92+87+94=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 94 - color contains mainly: blue. Hex color #5C575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C575E is #A3A8A1. Grayscale: #595959. Windows color (decimal): -10725538 or 6182748. OLE color: 6182748.

HSL color Cylindrical-coordinate representation of color #5C575E: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C575E is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB928794-
CMYK0.020.0700.63
HSL282.86º3.87%35.49%-
HSV(B)282.86º7.45%36.86%-
XYZ9.849.911.98-
YUV89.29130.66129.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.70%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=33.70%
G=31.87%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9287940.020.0700.63282.863.8735.49
Hex5C575E2703F11b423
Octal13412713627077433443
Binary101110010101111011110101110111111100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C575E; }

 p { color: rgb(92,87,94); }

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

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

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

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

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

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

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