Html Css Color HEX #5E4861 Fedora

📋 copy color: '#5E4861'

red 94 ◦ green 72 ◦ blue 97

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

Shades of Fedora #5E4861

Tints of Fedora #5E4861

RGB

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

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

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

R = 35.74%
G = 27.38%
B = 36.88%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E4861 (or 0x5E4861) is known color: Fedora. HEX triplet: 5E, 48 and 61. RGB value is (94,72,97). Sum of RGB (Red+Green+Blue) = 94+72+97=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E4861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4861 is #A1B79E. Grayscale: #515151. Windows color (decimal): -10598303 or 6375518. OLE color: 6375518.

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

Color convert

RGB 94 72 97 -
CMYK 0.03 0.26 0 0.62
HSL 292.8º 0.15% 0.33% -
HSV(B) 292.8º 0.26% 0.38% -
XYZ 9.09 7.88 12.35 -
YUV 81.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 94 72 97 0.03 0.26 0 0.62 292.8 0.15 0.33
Hex 5E 48 61 3 1A 0 3E 125 F 21
Octal 136 110 141 3 32 0 76 445 17 41
Binary 1011110 1001000 1100001 11 11010 0 111110 100100101 1111 100001

Color Harmonies of #5E4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4861

Black with #5E4861

Text Example


Text Example

White with #5E4861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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