Html Css Color HEX #5E4C69 Honey Flower

📋 copy color: '#5E4C69'

red 94 ◦ green 76 ◦ blue 105

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

Shades of Honey Flower #5E4C69

Tints of Honey Flower #5E4C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 34.18%
G = 27.64%
B = 38.18%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E4C69 (or 0x5E4C69) is known color: Honey Flower. HEX triplet: 5E, 4C and 69. RGB value is (94,76,105). Sum of RGB (Red+Green+Blue) = 94+76+105=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E4C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4C69 is #A1B396. Grayscale: #545454. Windows color (decimal): -10597271 or 6900830. OLE color: 6900830.

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

Color convert

RGB 94 76 105 -
CMYK 0.10 0.28 0 0.59
HSL 277.24º 0.16% 0.35% -
HSV(B) 277.24º 0.28% 0.41% -
XYZ 9.75 8.57 14.5 -
YUV 84.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 94 76 105 0.10 0.28 0 0.59 277.24 0.16 0.35
Hex 5E 4C 69 A 1C 0 3B 115 10 23
Octal 136 114 151 12 34 0 73 425 20 43
Binary 1011110 1001100 1101001 1010 11100 0 111011 100010101 10000 100011

Color Harmonies of #5E4C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4C69

Black with #5E4C69

Text Example


Text Example

White with #5E4C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,76,105); }

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

background-color css

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

 a { background-color: rgb(94,76,105); }

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

border-color css

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

 span { border-color: rgb(94,76,105); }

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