Html Css Color HEX #5E4565 Honey Flower

📋 copy color: '#5E4565'

red 94 ◦ green 69 ◦ blue 101

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

Shades of Honey Flower #5E4565

Tints of Honey Flower #5E4565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 35.61%
G = 26.14%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E4565 (or 0x5E4565) is known color: Honey Flower. HEX triplet: 5E, 45 and 65. RGB value is (94,69,101). Sum of RGB (Red+Green+Blue) = 94+69+101=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4565 is #A1BA9A. Grayscale: #505050. Windows color (decimal): -10599067 or 6636894. OLE color: 6636894.

HSL color Cylindrical-coordinate representation of color #5E4565: hue angle of 286.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E4565 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 69 101 -
CMYK 0.07 0.32 0 0.60
HSL 286.88º 0.19% 0.33% -
HSV(B) 286.88º 0.32% 0.4% -
XYZ 9.09 7.58 13.29 -
YUV 80.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 94 69 101 0.07 0.32 0 0.60 286.88 0.19 0.33
Hex 5E 45 65 7 20 0 3C 11F 13 21
Octal 136 105 145 7 40 0 74 437 23 41
Binary 1011110 1000101 1100101 111 100000 0 111100 100011111 10011 100001

Color Harmonies of #5E4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4565

Black with #5E4565

Text Example


Text Example

White with #5E4565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,69,101); }

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

background-color css

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

 a { background-color: rgb(94,69,101); }

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

border-color css

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

 span { border-color: rgb(94,69,101); }

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