Html Css Color HEX #5E4763 Fedora

📋 copy color: '#5E4763'

red 94 ◦ green 71 ◦ blue 99

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

Shades of Fedora #5E4763

Tints of Fedora #5E4763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 35.61%
G = 26.89%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E4763 (or 0x5E4763) is known color: Fedora. HEX triplet: 5E, 47 and 63. RGB value is (94,71,99). Sum of RGB (Red+Green+Blue) = 94+71+99=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4763 is #A1B89C. Grayscale: #505050. Windows color (decimal): -10598557 or 6506334. OLE color: 6506334.

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

Color convert

RGB 94 71 99 -
CMYK 0.05 0.28 0 0.61
HSL 289.29º 0.16% 0.33% -
HSV(B) 289.29º 0.28% 0.39% -
XYZ 9.12 7.79 12.83 -
YUV 81.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 94 71 99 0.05 0.28 0 0.61 289.29 0.16 0.33
Hex 5E 47 63 5 1C 0 3D 121 10 21
Octal 136 107 143 5 34 0 75 441 20 41
Binary 1011110 1000111 1100011 101 11100 0 111101 100100001 10000 100001

Color Harmonies of #5E4763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4763

Black with #5E4763

Text Example


Text Example

White with #5E4763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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