#5E3095

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

Shades of Daisy Bush #5E3095

Tints of Daisy Bush #5E3095

Color information

#5E3095 (or 0x5E3095) is unknown color: approx Daisy Bush. HEX triplet: 5E, 30 and 95. RGB value is (94,48,149). Sum of RGB (Red+Green+Blue) = 94+48+149=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E3095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3095 is #A1CF6A. Grayscale: #484848. Windows color (decimal): -10604395 or 9777246. OLE color: 9777246.

HSL color Cylindrical-coordinate representation of color #5E3095: hue angle of 267.33º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E3095 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9448149-
CMYK0.370.6800.42
HSL267.33º51.27%38.63%-
HSV(B)267.33º67.79%58.43%-
XYZ11.16.6629.14-
YUV73.27170.74142.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.30%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=32.30%
G=16.49%
B=51.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94481490.370.6800.42267.3351.2738.63
Hex5E3095254402A10b3327
Octal13660225451040524136347
Binary10111101100001001010110010110001000101010100001011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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