#5E5560

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

Shades of Fedora #5E5560

Tints of Fedora #5E5560

Color information

#5E5560 (or 0x5E5560) is unknown color: approx Fedora. HEX triplet: 5E, 55 and 60. RGB value is (94,85,96). Sum of RGB (Red+Green+Blue) = 94+85+96=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5560 is #A1AA9F. Grayscale: #585858. Windows color (decimal): -10594976 or 6313310. OLE color: 6313310.

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

Color convert

RGB948596-
CMYK0.020.1100.62
HSL289.09º6.08%35.49%-
HSV(B)289.09º11.46%37.65%-
XYZ9.989.7212.42-
YUV88.94131.98131.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=34.18%
G=30.91%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9485960.020.1100.62289.096.0835.49
Hex5E55602B03E121623
Octal136125140213076441643
Binary1011110101010111000001010110111110100100001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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