#5E3099

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

Shades of Daisy Bush #5E3099

Tints of Daisy Bush #5E3099

Color information

#5E3099 (or 0x5E3099) is unknown color: approx Daisy Bush. HEX triplet: 5E, 30 and 99. RGB value is (94,48,153). Sum of RGB (Red+Green+Blue) = 94+48+153=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E3099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3099 is #A1CF66. Grayscale: #494949. Windows color (decimal): -10604391 or 10039390. OLE color: 10039390.

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

Color convert

RGB9448153-
CMYK0.390.6900.4
HSL266.29º52.24%39.41%-
HSV(B)266.29º68.63%60%-
XYZ11.426.7930.85-
YUV73.72172.74142.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=31.86%
G=16.27%
B=51.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94481530.390.6900.4266.2952.2439.41
Hex5E3099274502810a3427
Octal13660231471050504126447
Binary10111101100001001100110011110001010101000100001010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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