#5E509B

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

Shades of Butterfly Bush #5E509B

Tints of Butterfly Bush #5E509B

Color information

#5E509B (or 0x5E509B) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 50 and 9B. RGB value is (94,80,155). Sum of RGB (Red+Green+Blue) = 94+80+155=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E509B is #A1AF64. Grayscale: #5C5C5C. Windows color (decimal): -10596197 or 10178654. OLE color: 10178654.

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

Color convert

RGB9480155-
CMYK0.390.4800.39
HSL251.2º31.91%46.08%-
HSV(B)251.2º48.39%60.78%-
XYZ13.410.4832.33-
YUV92.74163.14128.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=28.57%
G=24.32%
B=47.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94801550.390.4800.39251.231.9146.08
Hex5E509B2730027fb202e
Octal13612023347600473734056
Binary1011110101000010011011100111110000010011111111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,80,155); }

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

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

 a { background-color: rgb(94,80,155); }

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

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

 span { border-color: rgb(94,80,155); }

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