#5D505D

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

Shades of Fedora #5D505D

Tints of Fedora #5D505D

Color information

#5D505D (or 0x5D505D) is unknown color: approx Fedora. HEX triplet: 5D, 50 and 5D. RGB value is (93,80,93). Sum of RGB (Red+Green+Blue) = 93+80+93=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D505D is #A2AFA2. Grayscale: #555555. Windows color (decimal): -10661795 or 6115421. OLE color: 6115421.

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

Color convert

RGB938093-
CMYK00.1400.64
HSL300º7.51%33.92%-
HSV(B)300º13.98%36.47%-
XYZ9.368.8511.57-
YUV85.37132.31133.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.96%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=34.96%
G=30.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93809300.1400.643007.5133.92
Hex5D505D0E04012c822
Octal13512013501601004541042
Binary10111011010000101110101110010000001001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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