Html Css Color HEX #5E4261 Fedora

📋 copy color: '#5E4261'

red 94 ◦ green 66 ◦ blue 97

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

Shades of Fedora #5E4261

Tints of Fedora #5E4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 36.58%
G = 25.68%
B = 37.74%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E4261 (or 0x5E4261) is known color: Fedora. HEX triplet: 5E, 42 and 61. RGB value is (94,66,97). Sum of RGB (Red+Green+Blue) = 94+66+97=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E4261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4261 is #A1BD9E. Grayscale: #4D4D4D. Windows color (decimal): -10599839 or 6373982. OLE color: 6373982.

HSL color Cylindrical-coordinate representation of color #5E4261: hue angle of 294.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E4261 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 66 97 -
CMYK 0.03 0.32 0 0.62
HSL 294.19º 0.19% 0.32% -
HSV(B) 294.19º 0.32% 0.38% -
XYZ 8.72 7.14 12.23 -
YUV 77.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 94 66 97 0.03 0.32 0 0.62 294.19 0.19 0.32
Hex 5E 42 61 3 20 0 3E 126 13 20
Octal 136 102 141 3 40 0 76 446 23 40
Binary 1011110 1000010 1100001 11 100000 0 111110 100100110 10011 100000

Color Harmonies of #5E4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4261

Black with #5E4261

Text Example


Text Example

White with #5E4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,97); }

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

background-color css

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

 a { background-color: rgb(94,66,97); }

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

border-color css

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

 span { border-color: rgb(94,66,97); }

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