#5E5294

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

Shades of Butterfly Bush #5E5294

Tints of Butterfly Bush #5E5294

Color information

#5E5294 (or 0x5E5294) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 52 and 94. RGB value is (94,82,148). Sum of RGB (Red+Green+Blue) = 94+82+148=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E5294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5294 is #A1AD6B. Grayscale: #5C5C5C. Windows color (decimal): -10595692 or 9720414. OLE color: 9720414.

HSL color Cylindrical-coordinate representation of color #5E5294: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E5294 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9482148-
CMYK0.360.4500.42
HSL250.91º28.7%45.1%-
HSV(B)250.91º44.59%58.04%-
XYZ12.9810.5529.37-
YUV93.11158.98128.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=29.01%
G=25.31%
B=45.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94821480.360.4500.42250.9128.745.1
Hex5E5294242D02Afb1d2d
Octal13612222444550523733555
Binary101111010100101001010010010010110101010101111101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,148); }

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

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

 a { background-color: rgb(94,82,148); }

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

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

 span { border-color: rgb(94,82,148); }

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