#5E476C

Color #5E476C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5E476C

Tints of Honey Flower #5E476C

Color information

#5E476C (or 0x5E476C) is unknown color: approx 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

RGB9471108-
CMYK0.130.3400.58
HSL277.3º20.67%35.1%-
HSV(B)277.3º34.26%42.35%-
XYZ9.587.9715.22-
YUV82.1142.62136.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.43%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94711080.130.3400.58277.320.6735.1
Hex5E476CD2203A1151523
Octal13610715415420724252543
Binary1011110100011111011001101100010011101010001010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>