Html Css Color HEX #5E4974 Honey Flower

📋 copy color: '#5E4974'

red 94 ◦ green 73 ◦ blue 116

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

Shades of Honey Flower #5E4974

Tints of Honey Flower #5E4974

RGB

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

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

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

R = 33.22%
G = 25.8%
B = 40.99%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E4974 (or 0x5E4974) is known color: Honey Flower. HEX triplet: 5E, 49 and 74. RGB value is (94,73,116). Sum of RGB (Red+Green+Blue) = 94+73+116=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E4974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4974 is #A1B68B. Grayscale: #545454. Windows color (decimal): -10598028 or 7620958. OLE color: 7620958.

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

Color convert

RGB 94 73 116 -
CMYK 0.19 0.37 0 0.55
HSL 269.3º 0.23% 0.37% -
HSV(B) 269.3º 0.37% 0.45% -
XYZ 10.15 8.41 17.61 -
YUV 84.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 94 73 116 0.19 0.37 0 0.55 269.3 0.23 0.37
Hex 5E 49 74 13 25 0 37 10D 17 25
Octal 136 111 164 23 45 0 67 415 27 45
Binary 1011110 1001001 1110100 10011 100101 0 110111 100001101 10111 100101

Color Harmonies of #5E4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4974

Black with #5E4974

Text Example


Text Example

White with #5E4974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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