Html Css Color HEX #5E3474 Honey Flower

📋 copy color: '#5E3474'

red 94 ◦ green 52 ◦ blue 116

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

Shades of Honey Flower #5E3474

Tints of Honey Flower #5E3474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

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

R = 35.88%
G = 19.85%
B = 44.27%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E3474 (or 0x5E3474) is known color: Honey Flower. HEX triplet: 5E, 34 and 74. RGB value is (94,52,116). Sum of RGB (Red+Green+Blue) = 94+52+116=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E3474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3474 is #A1CB8B. Grayscale: #474747. Windows color (decimal): -10603404 or 7615582. OLE color: 7615582.

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

Color convert

RGB 94 52 116 -
CMYK 0.19 0.55 0 0.55
HSL 279.38º 0.38% 0.33% -
HSV(B) 279.38º 0.55% 0.45% -
XYZ 9 6.1 17.23 -
YUV 71.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 94 52 116 0.19 0.55 0 0.55 279.38 0.38 0.33
Hex 5E 34 74 13 37 0 37 117 26 21
Octal 136 64 164 23 67 0 67 427 46 41
Binary 1011110 110100 1110100 10011 110111 0 110111 100010111 100110 100001

Color Harmonies of #5E3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3474

Black with #5E3474

Text Example


Text Example

White with #5E3474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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