#5D4485

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

Shades of Daisy Bush #5D4485

Tints of Daisy Bush #5D4485

Color information

#5D4485 (or 0x5D4485) is unknown color: approx Daisy Bush. HEX triplet: 5D, 44 and 85. RGB value is (93,68,133). Sum of RGB (Red+Green+Blue) = 93+68+133=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D4485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4485 is #A2BB7A. Grayscale: #525252. Windows color (decimal): -10664827 or 8733789. OLE color: 8733789.

HSL color Cylindrical-coordinate representation of color #5D4485: hue angle of 263.08º 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 #5D4485 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9368133-
CMYK0.300.4900.48
HSL263.08º32.34%39.41%-
HSV(B)263.08º48.87%52.16%-
XYZ10.818.1523.19-
YUV82.88156.28135.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=31.63%
G=23.13%
B=45.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93681330.300.4900.48263.0832.3439.41
Hex5D44851E310301072027
Octal13510420536610604074047
Binary1011101100010010000101111101100010110000100000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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