Html Css Color HEX #5E5463 Fedora

📋 copy color: '#5E5463'

red 94 ◦ green 84 ◦ blue 99

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

Shades of Fedora #5E5463

Tints of Fedora #5E5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 33.94%
G = 30.32%
B = 35.74%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E5463 (or 0x5E5463) is known color: Fedora. HEX triplet: 5E, 54 and 63. RGB value is (94,84,99). Sum of RGB (Red+Green+Blue) = 94+84+99=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5463 is #A1AB9C. Grayscale: #585858. Windows color (decimal): -10595229 or 6509662. OLE color: 6509662.

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

Color convert

RGB 94 84 99 -
CMYK 0.05 0.15 0 0.61
HSL 280º 0.08% 0.36% -
HSV(B) 280º 0.15% 0.39% -
XYZ 10.04 9.62 13.13 -
YUV 88.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 94 84 99 0.05 0.15 0 0.61 280 0.08 0.36
Hex 5E 54 63 5 F 0 3D 118 8 24
Octal 136 124 143 5 17 0 75 430 10 44
Binary 1011110 1010100 1100011 101 1111 0 111101 100011000 1000 100100

Color Harmonies of #5E5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5463

Black with #5E5463

Text Example


Text Example

White with #5E5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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