Html Css Color HEX #5E4368 Honey Flower

📋 copy color: '#5E4368'

red 94 ◦ green 67 ◦ blue 104

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

Shades of Honey Flower #5E4368

Tints of Honey Flower #5E4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 35.47%
G = 25.28%
B = 39.25%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E4368 (or 0x5E4368) is known color: Honey Flower. HEX triplet: 5E, 43 and 68. RGB value is (94,67,104). Sum of RGB (Red+Green+Blue) = 94+67+104=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4368 is #A1BC97. Grayscale: #4F4F4F. Windows color (decimal): -10599576 or 6832990. OLE color: 6832990.

HSL color Cylindrical-coordinate representation of color #5E4368: hue angle of 283.78º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E4368 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 67 104 -
CMYK 0.10 0.36 0 0.59
HSL 283.78º 0.22% 0.34% -
HSV(B) 283.78º 0.36% 0.41% -
XYZ 9.12 7.39 14.04 -
YUV 79.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 94 67 104 0.10 0.36 0 0.59 283.78 0.22 0.34
Hex 5E 43 68 A 24 0 3B 11C 16 22
Octal 136 103 150 12 44 0 73 434 26 42
Binary 1011110 1000011 1101000 1010 100100 0 111011 100011100 10110 100010

Color Harmonies of #5E4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4368

Black with #5E4368

Text Example


Text Example

White with #5E4368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,104); }

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

background-color css

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

 a { background-color: rgb(94,67,104); }

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

border-color css

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

 span { border-color: rgb(94,67,104); }

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