#5E538F

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

Shades of Butterfly Bush #5E538F

Tints of Butterfly Bush #5E538F

Color information

#5E538F (or 0x5E538F) is unknown color: approx Butterfly Bush. HEX triplet: 5E, 53 and 8F. RGB value is (94,83,143). Sum of RGB (Red+Green+Blue) = 94+83+143=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E538F is #A1AC70. Grayscale: #5C5C5C. Windows color (decimal): -10595441 or 9392990. OLE color: 9392990.

HSL color Cylindrical-coordinate representation of color #5E538F: hue angle of 251º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E538F is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9483143-
CMYK0.340.4200.44
HSL251º26.55%44.31%-
HSV(B)251º41.96%56.08%-
XYZ12.6710.5527.36-
YUV93.13156.14128.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=29.38%
G=25.94%
B=44.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94831430.340.4200.4425126.5544.31
Hex5E538F222A02Cfb1b2c
Octal13612321742520543733354
Binary101111010100111000111110001010101001011001111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,83,143); }

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

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

 a { background-color: rgb(94,83,143); }

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

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

 span { border-color: rgb(94,83,143); }

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