#5E299B

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

Shades of Daisy Bush #5E299B

Tints of Daisy Bush #5E299B

Color information

#5E299B (or 0x5E299B) is unknown color: approx Daisy Bush. HEX triplet: 5E, 29 and 9B. RGB value is (94,41,155). Sum of RGB (Red+Green+Blue) = 94+41+155=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E299B is #A1D664. Grayscale: #454545. Windows color (decimal): -10606181 or 10168670. OLE color: 10168670.

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

Color convert

RGB9441155-
CMYK0.390.7400.39
HSL267.89º58.16%38.43%-
HSV(B)267.89º73.55%60.78%-
XYZ11.336.3331.64-
YUV69.84176.06145.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=32.41%
G=14.14%
B=53.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94411550.390.7400.39267.8958.1638.43
Hex5E299B274A02710c3a26
Octal13651233471120474147246
Binary10111101010011001101110011110010100100111100001100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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