#5E4485

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

Shades of Daisy Bush #5E4485

Tints of Daisy Bush #5E4485

Color information

#5E4485 (or 0x5E4485) is unknown color: approx Daisy Bush. HEX triplet: 5E, 44 and 85. RGB value is (94,68,133). Sum of RGB (Red+Green+Blue) = 94+68+133=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E4485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4485 is #A1BB7A. Grayscale: #525252. Windows color (decimal): -10599291 or 8733790. OLE color: 8733790.

HSL color Cylindrical-coordinate representation of color #5E4485: hue angle of 264º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E4485 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9468133-
CMYK0.290.4900.48
HSL264º32.34%39.41%-
HSV(B)264º48.87%52.16%-
XYZ10.928.2123.2-
YUV83.18156.11135.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=31.86%
G=23.05%
B=45.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94681330.290.4900.4826432.3439.41
Hex5E44851D310301082027
Octal13610420535610604104047
Binary1011110100010010000101111011100010110000100001000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,68,133); }

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

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

 a { background-color: rgb(94,68,133); }

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

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

 span { border-color: rgb(94,68,133); }

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