Html Css Color HEX #5E476C Honey Flower

📋 copy color: '#5E476C'

red 94 ◦ green 71 ◦ blue 108

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

Shades of Honey Flower #5E476C

Tints of Honey Flower #5E476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 34.43%
G = 26.01%
B = 39.56%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5E476C (or 0x5E476C) is known color: Honey Flower. HEX triplet: 5E, 47 and 6C. RGB value is (94,71,108). Sum of RGB (Red+Green+Blue) = 94+71+108=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E476C is #A1B893. Grayscale: #515151. Windows color (decimal): -10598548 or 7096158. OLE color: 7096158.

HSL color Cylindrical-coordinate representation of color #5E476C: hue angle of 277.3º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E476C is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 71 108 -
CMYK 0.13 0.34 0 0.58
HSL 277.3º 0.21% 0.35% -
HSV(B) 277.3º 0.34% 0.42% -
XYZ 9.58 7.97 15.22 -
YUV 82.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 94 71 108 0.13 0.34 0 0.58 277.3 0.21 0.35
Hex 5E 47 6C D 22 0 3A 115 15 23
Octal 136 107 154 15 42 0 72 425 25 43
Binary 1011110 1000111 1101100 1101 100010 0 111010 100010101 10101 100011

Color Harmonies of #5E476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E476C

Black with #5E476C

Text Example


Text Example

White with #5E476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,108); }

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

background-color css

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

 a { background-color: rgb(94,71,108); }

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

border-color css

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

 span { border-color: rgb(94,71,108); }

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