#5E5960

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

Shades of Fedora #5E5960

Tints of Fedora #5E5960

Color information

#5E5960 (or 0x5E5960) is unknown color: approx Fedora. HEX triplet: 5E, 59 and 60. RGB value is (94,89,96). Sum of RGB (Red+Green+Blue) = 94+89+96=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5960 is #A1A69F. Grayscale: #5B5B5B. Windows color (decimal): -10593952 or 6314334. OLE color: 6314334.

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

Color convert

RGB948996-
CMYK0.020.0700.62
HSL282.86º3.78%36.27%-
HSV(B)282.86º7.29%37.65%-
XYZ10.310.3712.52-
YUV91.29130.66129.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=33.69%
G=31.90%
B=34.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9489960.020.0700.62282.863.7836.27
Hex5E59602703E11b424
Octal13613114027076433444
Binary101111010110011100000101110111110100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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