Html Css Color HEX #5E4961 Fedora

📋 copy color: '#5E4961'

red 94 ◦ green 73 ◦ blue 97

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

Shades of Fedora #5E4961

Tints of Fedora #5E4961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 35.61%
G = 27.65%
B = 36.74%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E4961 (or 0x5E4961) is known color: Fedora. HEX triplet: 5E, 49 and 61. RGB value is (94,73,97). Sum of RGB (Red+Green+Blue) = 94+73+97=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E4961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4961 is #A1B69E. Grayscale: #515151. Windows color (decimal): -10598047 or 6375774. OLE color: 6375774.

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

Color convert

RGB 94 73 97 -
CMYK 0.03 0.25 0 0.62
HSL 292.5º 0.14% 0.33% -
HSV(B) 292.5º 0.25% 0.38% -
XYZ 9.16 8.01 12.37 -
YUV 82.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 94 73 97 0.03 0.25 0 0.62 292.5 0.14 0.33
Hex 5E 49 61 3 19 0 3E 124 E 21
Octal 136 111 141 3 31 0 76 444 16 41
Binary 1011110 1001001 1100001 11 11001 0 111110 100100100 1110 100001

Color Harmonies of #5E4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4961

Black with #5E4961

Text Example


Text Example

White with #5E4961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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