Html Css Color HEX #5E3170 Honey Flower

📋 copy color: '#5E3170'

red 94 ◦ green 49 ◦ blue 112

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

Shades of Honey Flower #5E3170

Tints of Honey Flower #5E3170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 36.86%
G = 19.22%
B = 43.92%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E3170 (or 0x5E3170) is known color: Honey Flower. HEX triplet: 5E, 31 and 70. RGB value is (94,49,112). Sum of RGB (Red+Green+Blue) = 94+49+112=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E3170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3170 is #A1CE8F. Grayscale: #454545. Windows color (decimal): -10604176 or 7352670. OLE color: 7352670.

HSL color Cylindrical-coordinate representation of color #5E3170: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3170 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 49 112 -
CMYK 0.16 0.56 0 0.56
HSL 282.86º 0.39% 0.32% -
HSV(B) 282.86º 0.56% 0.44% -
XYZ 8.64 5.75 15.98 -
YUV 69.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 94 49 112 0.16 0.56 0 0.56 282.86 0.39 0.32
Hex 5E 31 70 10 38 0 38 11B 27 20
Octal 136 61 160 20 70 0 70 433 47 40
Binary 1011110 110001 1110000 10000 111000 0 111000 100011011 100111 100000

Color Harmonies of #5E3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3170

Black with #5E3170

Text Example


Text Example

White with #5E3170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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