#5D3893

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

Shades of Daisy Bush #5D3893

Tints of Daisy Bush #5D3893

Color information

#5D3893 (or 0x5D3893) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and 93. RGB value is (93,56,147). Sum of RGB (Red+Green+Blue) = 93+56+147=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D3893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3893 is #A2C76C. Grayscale: #4D4D4D. Windows color (decimal): -10667885 or 9648221. OLE color: 9648221.

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

Color convert

RGB9356147-
CMYK0.370.6200.42
HSL264.4º44.83%39.8%-
HSV(B)264.4º61.9%57.65%-
XYZ11.197.2628.42-
YUV77.44167.26139.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.42%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=31.42%
G=18.92%
B=49.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93561470.370.6200.42264.444.8339.8
Hex5D3893253E02A1082d28
Octal1357022345760524105550
Binary1011101111000100100111001011111100101010100001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,56,147); }

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

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

 a { background-color: rgb(93,56,147); }

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

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

 span { border-color: rgb(93,56,147); }

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