Html Css Color HEX #5E4967 Honey Flower

📋 copy color: '#5E4967'

red 94 ◦ green 73 ◦ blue 103

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

Shades of Honey Flower #5E4967

Tints of Honey Flower #5E4967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 34.81%
G = 27.04%
B = 38.15%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E4967 (or 0x5E4967) is known color: Honey Flower. HEX triplet: 5E, 49 and 67. RGB value is (94,73,103). Sum of RGB (Red+Green+Blue) = 94+73+103=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E4967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4967 is #A1B698. Grayscale: #525252. Windows color (decimal): -10598041 or 6768990. OLE color: 6768990.

HSL color Cylindrical-coordinate representation of color #5E4967: hue angle of 282º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4967 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 73 103 -
CMYK 0.09 0.29 0 0.60
HSL 282º 0.17% 0.35% -
HSV(B) 282º 0.29% 0.4% -
XYZ 9.45 8.12 13.9 -
YUV 82.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 94 73 103 0.09 0.29 0 0.60 282 0.17 0.35
Hex 5E 49 67 9 1D 0 3C 11A 11 23
Octal 136 111 147 11 35 0 74 432 21 43
Binary 1011110 1001001 1100111 1001 11101 0 111100 100011010 10001 100011

Color Harmonies of #5E4967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4967

Black with #5E4967

Text Example


Text Example

White with #5E4967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,103); }

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

background-color css

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

 a { background-color: rgb(94,73,103); }

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

border-color css

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

 span { border-color: rgb(94,73,103); }

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