#5E4863

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

Shades of Fedora #5E4863

Tints of Fedora #5E4863

Color information

#5E4863 (or 0x5E4863) is unknown color: approx Fedora. HEX triplet: 5E, 48 and 63. RGB value is (94,72,99). Sum of RGB (Red+Green+Blue) = 94+72+99=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4863 is #A1B79C. Grayscale: #515151. Windows color (decimal): -10598301 or 6506590. OLE color: 6506590.

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

Color convert

RGB947299-
CMYK0.050.2700.61
HSL288.89º15.79%33.53%-
HSV(B)288.89º27.27%38.82%-
XYZ9.197.9212.85-
YUV81.66137.79136.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=35.47%
G=27.17%
B=37.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9472990.050.2700.61288.8915.7933.53
Hex5E486351B03D1211022
Octal1361101435330754412042
Binary10111101001000110001110111011011110110010000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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