Html Css Color HEX #5E4863 Fedora

📋 copy color: '#5E4863'

red 94 ◦ green 72 ◦ blue 99

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

Shades of Fedora #5E4863

Tints of Fedora #5E4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 35.47%
G = 27.17%
B = 37.36%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E4863 (or 0x5E4863) is known color: Fedora. HEX triplet: 5E, 48 and 63. RGB value is (94,72,99). Sum of RGB (Red+Green+Blue) = 94+72+99=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4863 is #A1B79C. Grayscale: #515151. Windows color (decimal): -10598301 or 6506590. OLE color: 6506590.

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

Color convert

RGB 94 72 99 -
CMYK 0.05 0.27 0 0.61
HSL 288.89º 0.16% 0.34% -
HSV(B) 288.89º 0.27% 0.39% -
XYZ 9.19 7.92 12.85 -
YUV 81.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 94 72 99 0.05 0.27 0 0.61 288.89 0.16 0.34
Hex 5E 48 63 5 1B 0 3D 121 10 22
Octal 136 110 143 5 33 0 75 441 20 42
Binary 1011110 1001000 1100011 101 11011 0 111101 100100001 10000 100010

Color Harmonies of #5E4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4863

Black with #5E4863

Text Example


Text Example

White with #5E4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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