#5E4763

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

Shades of Fedora #5E4763

Tints of Fedora #5E4763

Color information

#5E4763 (or 0x5E4763) is unknown color: approx Fedora. HEX triplet: 5E, 47 and 63. RGB value is (94,71,99). Sum of RGB (Red+Green+Blue) = 94+71+99=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4763 is #A1B89C. Grayscale: #505050. Windows color (decimal): -10598557 or 6506334. OLE color: 6506334.

HSL color Cylindrical-coordinate representation of color #5E4763: hue angle of 289.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E4763 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB947199-
CMYK0.050.2800.61
HSL289.29º16.47%33.33%-
HSV(B)289.29º28.28%38.82%-
XYZ9.127.7912.83-
YUV81.07138.12137.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.61%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=35.61%
G=26.89%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9471990.050.2800.61289.2916.4733.33
Hex5E476351C03D1211021
Octal1361071435340754412041
Binary10111101000111110001110111100011110110010000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,99); }

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

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

 a { background-color: rgb(94,71,99); }

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

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

 span { border-color: rgb(94,71,99); }

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