#5E5260

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

Shades of Fedora #5E5260

Tints of Fedora #5E5260

Color information

#5E5260 (or 0x5E5260) is unknown color: approx Fedora. HEX triplet: 5E, 52 and 60. RGB value is (94,82,96). Sum of RGB (Red+Green+Blue) = 94+82+96=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5260 is #A1AD9F. Grayscale: #575757. Windows color (decimal): -10595744 or 6312542. OLE color: 6312542.

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

Color convert

RGB948296-
CMYK0.020.1500.62
HSL291.43º7.87%34.9%-
HSV(B)291.43º14.58%37.65%-
XYZ9.749.2612.34-
YUV87.18132.98132.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.56%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=34.56%
G=30.15%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9482960.020.1500.62291.437.8734.9
Hex5E52602F03E123823
Octal1361221402170764431043
Binary10111101010010110000010111101111101001000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,96); }

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

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

 a { background-color: rgb(94,82,96); }

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

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

 span { border-color: rgb(94,82,96); }

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