Html Css Color HEX #5E5561 Fedora

📋 copy color: '#5E5561'

red 94 ◦ green 85 ◦ blue 97

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

Shades of Fedora #5E5561

Tints of Fedora #5E5561

RGB

 RED value IS 94 (37.11% from 255) = 34.06%

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 34.06%
G = 30.8%
B = 35.14%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E5561 (or 0x5E5561) is known color: Fedora. HEX triplet: 5E, 55 and 61. RGB value is (94,85,97). Sum of RGB (Red+Green+Blue) = 94+85+97=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5561 is #A1AA9E. Grayscale: #595959. Windows color (decimal): -10594975 or 6378846. OLE color: 6378846.

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

Color convert

RGB 94 85 97 -
CMYK 0.03 0.12 0 0.62
HSL 285º 0.07% 0.36% -
HSV(B) 285º 0.12% 0.38% -
XYZ 10.02 9.74 12.66 -
YUV 89.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 94 85 97 0.03 0.12 0 0.62 285 0.07 0.36
Hex 5E 55 61 3 C 0 3E 11D 7 24
Octal 136 125 141 3 14 0 76 435 7 44
Binary 1011110 1010101 1100001 11 1100 0 111110 100011101 111 100100

Color Harmonies of #5E5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5561

Black with #5E5561

Text Example


Text Example

White with #5E5561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E5561;
 }
 .AnyTagClassName
 {
   color: #5E5561;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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