Html Css Color HEX #5E5560 Fedora

📋 copy color: '#5E5560'

red 94 ◦ green 85 ◦ blue 96

#5E5560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #5E5560

Tints of Fedora #5E5560

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 value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E5560 (or 0x5E5560) is known color: 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

RGB 94 85 96 -
CMYK 0.02 0.11 0 0.62
HSL 289.09º 0.06% 0.35% -
HSV(B) 289.09º 0.11% 0.38% -
XYZ 9.98 9.72 12.42 -
YUV 88.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 94 85 96 0.02 0.11 0 0.62 289.09 0.06 0.35
Hex 5E 55 60 2 B 0 3E 121 6 23
Octal 136 125 140 2 13 0 76 441 6 43
Binary 1011110 1010101 1100000 10 1011 0 111110 100100001 110 100011

Color Harmonies of #5E5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5560

Black with #5E5560

Text Example


Text Example

White with #5E5560

Text Example


Text Example

HTML Codes & Css Web 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>