#5e519a

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

Shades of Butterfly Bush #5E519A

Tints of Butterfly Bush #5E519A

Color information

#5E519A (or 0x5E519A) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 51 and 9A. RGB value is (94,81,154). Sum of RGB (Red+Green+Blue) = 94+81+154=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519A is #A1AE65. Grayscale: #5C5C5C. Windows color (decimal): -10595942 or 10113374. OLE color: 10113374.

HSL color Cylindrical-coordinate representation of color #5E519A: hue angle of 250.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E519A is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9481154-
CMYK0.390.4700.40
HSL250.68º31.06%46.08%-
HSV(B)250.68º47.4%60.39%-
XYZ13.3910.631.91-
YUV93.21162.31128.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=28.57%
G=24.62%
B=46.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94811540.390.4700.40250.6831.0646.08
Hex5E519A272F028fb1f2e
Octal13612123247570503733756
Binary101111010100011001101010011110111101010001111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e519a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,154); }

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

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

 a { background-color: rgb(94,81,154); }

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

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

 span { border-color: rgb(94,81,154); }

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