Html Css Color HEX #5E466F Honey Flower

📋 copy color: '#5E466F'

red 94 ◦ green 70 ◦ blue 111

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

Shades of Honey Flower #5E466F

Tints of Honey Flower #5E466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 34.18%
G = 25.45%
B = 40.36%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E466F (or 0x5E466F) is known color: Honey Flower. HEX triplet: 5E, 46 and 6F. RGB value is (94,70,111). Sum of RGB (Red+Green+Blue) = 94+70+111=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E466F is #A1B990. Grayscale: #515151. Windows color (decimal): -10598801 or 7292510. OLE color: 7292510.

HSL color Cylindrical-coordinate representation of color #5E466F: hue angle of 275.12º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E466F is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 70 111 -
CMYK 0.15 0.37 0 0.56
HSL 275.12º 0.23% 0.35% -
HSV(B) 275.12º 0.37% 0.44% -
XYZ 9.68 7.91 16.06 -
YUV 81.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 94 70 111 0.15 0.37 0 0.56 275.12 0.23 0.35
Hex 5E 46 6F F 25 0 38 113 17 23
Octal 136 106 157 17 45 0 70 423 27 43
Binary 1011110 1000110 1101111 1111 100101 0 111000 100010011 10111 100011

Color Harmonies of #5E466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E466F

Black with #5E466F

Text Example


Text Example

White with #5E466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,70,111); }

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

background-color css

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

 a { background-color: rgb(94,70,111); }

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

border-color css

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

 span { border-color: rgb(94,70,111); }

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