#5D505E

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

Shades of Fedora #5D505E

Tints of Fedora #5D505E

Color information

#5D505E (or 0x5D505E) is unknown color: approx Fedora. HEX triplet: 5D, 50 and 5E. RGB value is (93,80,94). Sum of RGB (Red+Green+Blue) = 93+80+94=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D505E is #A2AFA1. Grayscale: #555555. Windows color (decimal): -10661794 or 6180957. OLE color: 6180957.

HSL color Cylindrical-coordinate representation of color #5D505E: hue angle of 295.71º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D505E is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB938094-
CMYK0.010.1500.63
HSL295.71º8.05%34.12%-
HSV(B)295.71º14.89%36.86%-
XYZ9.48.8711.81-
YUV85.48132.81133.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=34.83%
G=29.96%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9380940.010.1500.63295.718.0534.12
Hex5D505E1F03F128822
Octal1351201361170774501042
Binary1011101101000010111101111101111111001010001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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