Html Css Color HEX #5E475F Fedora

📋 copy color: '#5E475F'

red 94 ◦ green 71 ◦ blue 95

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

Shades of Fedora #5E475F

Tints of Fedora #5E475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 36.15%
G = 27.31%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5E475F (or 0x5E475F) is known color: Fedora. HEX triplet: 5E, 47 and 5F. RGB value is (94,71,95). Sum of RGB (Red+Green+Blue) = 94+71+95=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E475F is #A1B8A0. Grayscale: #505050. Windows color (decimal): -10598561 or 6244190. OLE color: 6244190.

HSL color Cylindrical-coordinate representation of color #5E475F: hue angle of 297.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E475F is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 71 95 -
CMYK 0.01 0.25 0 0.63
HSL 297.5º 0.14% 0.33% -
HSV(B) 297.5º 0.25% 0.37% -
XYZ 8.93 7.71 11.84 -
YUV 80.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 94 71 95 0.01 0.25 0 0.63 297.5 0.14 0.33
Hex 5E 47 5F 1 19 0 3F 12A E 21
Octal 136 107 137 1 31 0 77 452 16 41
Binary 1011110 1000111 1011111 1 11001 0 111111 100101010 1110 100001

Color Harmonies of #5E475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E475F

Black with #5E475F

Text Example


Text Example

White with #5E475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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