Html Css Color HEX #5E5563 Fedora

📋 copy color: '#5E5563'

red 94 ◦ green 85 ◦ blue 99

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

Shades of Fedora #5E5563

Tints of Fedora #5E5563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 33.81%
G = 30.58%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E5563 (or 0x5E5563) is known color: Fedora. HEX triplet: 5E, 55 and 63. RGB value is (94,85,99). Sum of RGB (Red+Green+Blue) = 94+85+99=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5563 is #A1AA9C. Grayscale: #595959. Windows color (decimal): -10594973 or 6509918. OLE color: 6509918.

HSL color Cylindrical-coordinate representation of color #5E5563: hue angle of 278.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E5563 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 85 99 -
CMYK 0.05 0.14 0 0.61
HSL 278.57º 0.08% 0.36% -
HSV(B) 278.57º 0.14% 0.39% -
XYZ 10.12 9.78 13.16 -
YUV 89.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 94 85 99 0.05 0.14 0 0.61 278.57 0.08 0.36
Hex 5E 55 63 5 E 0 3D 117 8 24
Octal 136 125 143 5 16 0 75 427 10 44
Binary 1011110 1010101 1100011 101 1110 0 111101 100010111 1000 100100

Color Harmonies of #5E5563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5563

Black with #5E5563

Text Example


Text Example

White with #5E5563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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