#5E558D

Color #5E558D Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #5E558D

Tints of Butterfly Bush #5E558D

Color information

#5E558D (or 0x5E558D) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 55 and 8D. RGB value is (94,85,141). Sum of RGB (Red+Green+Blue) = 94+85+141=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E558D is #A1AA72. Grayscale: #5D5D5D. Windows color (decimal): -10594931 or 9262430. OLE color: 9262430.

HSL color Cylindrical-coordinate representation of color #5E558D: hue angle of 249.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E558D is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9485141-
CMYK0.330.4000.45
HSL249.64º24.78%44.31%-
HSV(B)249.64º39.72%55.29%-
XYZ12.6710.826.62-
YUV94.07154.48127.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=29.38%
G=26.56%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94851410.330.4000.45249.6424.7844.31
Hex5E558D212802Dfa192c
Octal13612521541500553723154
Binary101111010101011000110110000110100001011011111101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,85,141); }

 H1.HeaderClassName
 {
   color: #5E558D;
 }
 .AnyTagClassName
 {
   color: #5E558D;
 }
</style>
background-color css

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

 a { background-color: rgb(94,85,141); }

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

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

 span { border-color: rgb(94,85,141); }

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