Html Css Color HEX #5E4660 Fedora

📋 copy color: '#5E4660'

red 94 ◦ green 70 ◦ blue 96

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

Shades of Fedora #5E4660

Tints of Fedora #5E4660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 36.15%
G = 26.92%
B = 36.92%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E4660 (or 0x5E4660) is known color: Fedora. HEX triplet: 5E, 46 and 60. RGB value is (94,70,96). Sum of RGB (Red+Green+Blue) = 94+70+96=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4660 is #A1B99F. Grayscale: #505050. Windows color (decimal): -10598816 or 6309470. OLE color: 6309470.

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

Color convert

RGB 94 70 96 -
CMYK 0.02 0.27 0 0.62
HSL 295.38º 0.16% 0.33% -
HSV(B) 295.38º 0.27% 0.38% -
XYZ 8.92 7.6 12.06 -
YUV 80.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 94 70 96 0.02 0.27 0 0.62 295.38 0.16 0.33
Hex 5E 46 60 2 1B 0 3E 127 10 21
Octal 136 106 140 2 33 0 76 447 20 41
Binary 1011110 1000110 1100000 10 11011 0 111110 100100111 10000 100001

Color Harmonies of #5E4660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4660

Black with #5E4660

Text Example


Text Example

White with #5E4660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,70,96); }

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

background-color css

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

 a { background-color: rgb(94,70,96); }

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

border-color css

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

 span { border-color: rgb(94,70,96); }

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