Html Css Color HEX #5E3E73 Honey Flower

📋 copy color: '#5E3E73'

red 94 ◦ green 62 ◦ blue 115

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

Shades of Honey Flower #5E3E73

Tints of Honey Flower #5E3E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 34.69%
G = 22.88%
B = 42.44%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E3E73 (or 0x5E3E73) is known color: Honey Flower. HEX triplet: 5E, 3E and 73. RGB value is (94,62,115). Sum of RGB (Red+Green+Blue) = 94+62+115=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E3E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3E73 is #A1C18C. Grayscale: #4D4D4D. Windows color (decimal): -10600845 or 7552606. OLE color: 7552606.

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

Color convert

RGB 94 62 115 -
CMYK 0.18 0.46 0 0.55
HSL 276.23º 0.3% 0.35% -
HSV(B) 276.23º 0.46% 0.45% -
XYZ 9.43 7.06 17.09 -
YUV 77.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 94 62 115 0.18 0.46 0 0.55 276.23 0.3 0.35
Hex 5E 3E 73 12 2E 0 37 114 1E 23
Octal 136 76 163 22 56 0 67 424 36 43
Binary 1011110 111110 1110011 10010 101110 0 110111 100010100 11110 100011

Color Harmonies of #5E3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3E73

Black with #5E3E73

Text Example


Text Example

White with #5E3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,62,115); }

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

background-color css

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

 a { background-color: rgb(94,62,115); }

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

border-color css

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

 span { border-color: rgb(94,62,115); }

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