#5D4760

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

Shades of Fedora #5D4760

Tints of Fedora #5D4760

Color information

#5D4760 (or 0x5D4760) is unknown color: approx Fedora. HEX triplet: 5D, 47 and 60. RGB value is (93,71,96). Sum of RGB (Red+Green+Blue) = 93+71+96=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4760 is #A2B89F. Grayscale: #505050. Windows color (decimal): -10664096 or 6309725. OLE color: 6309725.

HSL color Cylindrical-coordinate representation of color #5D4760: hue angle of 292.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4760 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB937196-
CMYK0.030.2600.62
HSL292.8º14.97%32.75%-
HSV(B)292.8º26.04%37.65%-
XYZ8.887.6812.08-
YUV80.43136.79136.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=35.77%
G=27.31%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9371960.030.2600.62292.814.9732.75
Hex5D476031A03E125f21
Octal1351071403320764451741
Binary101110110001111100000111101001111101001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,71,96); }

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

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

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

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

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

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

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