#5E3299

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

Shades of Daisy Bush #5E3299

Tints of Daisy Bush #5E3299

Color information

#5E3299 (or 0x5E3299) is unknown color: approx Daisy Bush. HEX triplet: 5E, 32 and 99. RGB value is (94,50,153). Sum of RGB (Red+Green+Blue) = 94+50+153=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E3299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3299 is #A1CD66. Grayscale: #4A4A4A. Windows color (decimal): -10603879 or 10039902. OLE color: 10039902.

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

Color convert

RGB9450153-
CMYK0.390.6700.4
HSL265.63º50.74%39.8%-
HSV(B)265.63º67.32%60%-
XYZ11.516.9630.87-
YUV74.9172.08141.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=31.65%
G=16.84%
B=51.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94501530.390.6700.4265.6350.7439.8
Hex5E3299274302810a3328
Octal13662231471030504126350
Binary10111101100101001100110011110000110101000100001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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