#5E5299

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

Shades of Butterfly Bush #5E5299

Tints of Butterfly Bush #5E5299

Color information

#5E5299 (or 0x5E5299) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 52 and 99. RGB value is (94,82,153). Sum of RGB (Red+Green+Blue) = 94+82+153=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5299 is #A1AD66. Grayscale: #5D5D5D. Windows color (decimal): -10595687 or 10048094. OLE color: 10048094.

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

Color convert

RGB9482153-
CMYK0.390.4600.4
HSL250.14º30.21%46.08%-
HSV(B)250.14º46.41%60%-
XYZ13.3810.7131.5-
YUV93.68161.48128.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=28.57%
G=24.92%
B=46.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94821530.390.4600.4250.1430.2146.08
Hex5E5299272E028fa1e2e
Octal13612223147560503723656
Binary101111010100101001100110011110111001010001111101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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