Html Css Color HEX #5E3172 Honey Flower

📋 copy color: '#5E3172'

red 94 ◦ green 49 ◦ blue 114

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

Shades of Honey Flower #5E3172

Tints of Honey Flower #5E3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 36.58%
G = 19.07%
B = 44.36%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E3172 (or 0x5E3172) is known color: Honey Flower. HEX triplet: 5E, 31 and 72. RGB value is (94,49,114). Sum of RGB (Red+Green+Blue) = 94+49+114=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E3172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3172 is #A1CE8D. Grayscale: #454545. Windows color (decimal): -10604174 or 7483742. OLE color: 7483742.

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

Color convert

RGB 94 49 114 -
CMYK 0.18 0.57 0 0.55
HSL 281.54º 0.4% 0.32% -
HSV(B) 281.54º 0.57% 0.45% -
XYZ 8.75 5.79 16.58 -
YUV 69.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 94 49 114 0.18 0.57 0 0.55 281.54 0.4 0.32
Hex 5E 31 72 12 39 0 37 11A 28 20
Octal 136 61 162 22 71 0 67 432 50 40
Binary 1011110 110001 1110010 10010 111001 0 110111 100011010 101000 100000

Color Harmonies of #5E3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3172

Black with #5E3172

Text Example


Text Example

White with #5E3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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