#5E568D

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

Shades of Butterfly Bush #5E568D

Tints of Butterfly Bush #5E568D

Color information

#5E568D (or 0x5E568D) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 56 and 8D. RGB value is (94,86,141). Sum of RGB (Red+Green+Blue) = 94+86+141=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E568D is #A1A972. Grayscale: #5E5E5E. Windows color (decimal): -10594675 or 9262686. OLE color: 9262686.

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

Color convert

RGB9486141-
CMYK0.330.3900.45
HSL248.73º24.23%44.51%-
HSV(B)248.73º39.01%55.29%-
XYZ12.7510.9626.64-
YUV94.66154.15127.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=29.28%
G=26.79%
B=43.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94861410.330.3900.45248.7324.2344.51
Hex5E568D212702Df9182d
Octal13612621541470553713055
Binary101111010101101000110110000110011101011011111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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