Html Css Color HEX #5E446E Honey Flower

📋 copy color: '#5E446E'

red 94 ◦ green 68 ◦ blue 110

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

Shades of Honey Flower #5E446E

Tints of Honey Flower #5E446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 34.56%
G = 25%
B = 40.44%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E446E (or 0x5E446E) is known color: Honey Flower. HEX triplet: 5E, 44 and 6E. RGB value is (94,68,110). Sum of RGB (Red+Green+Blue) = 94+68+110=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E446E is #A1BB91. Grayscale: #505050. Windows color (decimal): -10599314 or 7226462. OLE color: 7226462.

HSL color Cylindrical-coordinate representation of color #5E446E: hue angle of 277.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E446E is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 68 110 -
CMYK 0.15 0.38 0 0.57
HSL 277.14º 0.24% 0.35% -
HSV(B) 277.14º 0.38% 0.43% -
XYZ 9.5 7.64 15.73 -
YUV 80.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 94 68 110 0.15 0.38 0 0.57 277.14 0.24 0.35
Hex 5E 44 6E F 26 0 39 115 18 23
Octal 136 104 156 17 46 0 71 425 30 43
Binary 1011110 1000100 1101110 1111 100110 0 111001 100010101 11000 100011

Color Harmonies of #5E446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E446E

Black with #5E446E

Text Example


Text Example

White with #5E446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,68,110); }

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

background-color css

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

 a { background-color: rgb(94,68,110); }

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

border-color css

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

 span { border-color: rgb(94,68,110); }

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