#5D4386

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

Shades of Daisy Bush #5D4386

Tints of Daisy Bush #5D4386

Color information

#5D4386 (or 0x5D4386) is unknown color: approx Daisy Bush. HEX triplet: 5D, 43 and 86. RGB value is (93,67,134). Sum of RGB (Red+Green+Blue) = 93+67+134=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D4386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4386 is #A2BC79. Grayscale: #525252. Windows color (decimal): -10665082 or 8799069. OLE color: 8799069.

HSL color Cylindrical-coordinate representation of color #5D4386: hue angle of 263.28º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D4386 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9367134-
CMYK0.310.500.47
HSL263.28º33.33%39.41%-
HSV(B)263.28º50%52.55%-
XYZ10.828.0623.54-
YUV82.41157.11135.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=31.63%
G=22.79%
B=45.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93671340.310.500.47263.2833.3339.41
Hex5D43861F3202F1072127
Octal13510320637620574074147
Binary1011101100001110000110111111100100101111100000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,67,134); }

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

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

 a { background-color: rgb(93,67,134); }

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

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

 span { border-color: rgb(93,67,134); }

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