Html Css Color HEX #5E3174 Honey Flower

📋 copy color: '#5E3174'

red 94 ◦ green 49 ◦ blue 116

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

Shades of Honey Flower #5E3174

Tints of Honey Flower #5E3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 36.29%
G = 18.92%
B = 44.79%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E3174 (or 0x5E3174) is known color: Honey Flower. HEX triplet: 5E, 31 and 74. RGB value is (94,49,116). Sum of RGB (Red+Green+Blue) = 94+49+116=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E3174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3174 is #A1CE8B. Grayscale: #454545. Windows color (decimal): -10604172 or 7614814. OLE color: 7614814.

HSL color Cylindrical-coordinate representation of color #5E3174: hue angle of 280.3º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E3174 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 49 116 -
CMYK 0.19 0.58 0 0.55
HSL 280.3º 0.41% 0.32% -
HSV(B) 280.3º 0.58% 0.45% -
XYZ 8.87 5.84 17.18 -
YUV 70.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 94 49 116 0.19 0.58 0 0.55 280.3 0.41 0.32
Hex 5E 31 74 13 3A 0 37 118 29 20
Octal 136 61 164 23 72 0 67 430 51 40
Binary 1011110 110001 1110100 10011 111010 0 110111 100011000 101001 100000

Color Harmonies of #5E3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3174

Black with #5E3174

Text Example


Text Example

White with #5E3174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,49,116); }

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

background-color css

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

 a { background-color: rgb(94,49,116); }

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

border-color css

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

 span { border-color: rgb(94,49,116); }

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