#5D545D

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

Shades of Fedora #5D545D

Tints of Fedora #5D545D

Color information

#5D545D (or 0x5D545D) is unknown color: approx Fedora. HEX triplet: 5D, 54 and 5D. RGB value is (93,84,93). Sum of RGB (Red+Green+Blue) = 93+84+93=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D545D is #A2ABA2. Grayscale: #575757. Windows color (decimal): -10660771 or 6116445. OLE color: 6116445.

HSL color Cylindrical-coordinate representation of color #5D545D: hue angle of 300º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D545D is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB938493-
CMYK00.1000.64
HSL300º5.08%34.71%-
HSV(B)300º9.68%36.47%-
XYZ9.669.4611.67-
YUV87.72130.98131.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=34.44%
G=31.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93849300.1000.643005.0834.71
Hex5D545D0A04012c523
Octal1351241350120100454543
Binary1011101101010010111010101001000000100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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