#5E338E

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

Shades of Daisy Bush #5E338E

Tints of Daisy Bush #5E338E

Color information

#5E338E (or 0x5E338E) is unknown color: approx Daisy Bush. HEX triplet: 5E, 33 and 8E. RGB value is (94,51,142). Sum of RGB (Red+Green+Blue) = 94+51+142=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E338E is #A1CC71. Grayscale: #494949. Windows color (decimal): -10603634 or 9319262. OLE color: 9319262.

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

Color convert

RGB9451142-
CMYK0.340.6400.44
HSL268.35º47.15%37.84%-
HSV(B)268.35º64.08%55.69%-
XYZ10.686.726.32-
YUV74.23166.25142.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=32.75%
G=17.77%
B=49.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94511420.340.6400.44268.3547.1537.84
Hex5E338E224002C10c2f26
Octal13663216421000544145746
Binary10111101100111000111010001010000000101100100001100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,142); }

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

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

 a { background-color: rgb(94,51,142); }

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

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

 span { border-color: rgb(94,51,142); }

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