#5D3899

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

Shades of Daisy Bush #5D3899

Tints of Daisy Bush #5D3899

Color information

#5D3899 (or 0x5D3899) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and 99. RGB value is (93,56,153). Sum of RGB (Red+Green+Blue) = 93+56+153=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D3899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3899 is #A2C766. Grayscale: #4D4D4D. Windows color (decimal): -10667879 or 10041437. OLE color: 10041437.

HSL color Cylindrical-coordinate representation of color #5D3899: hue angle of 262.89º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D3899 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9356153-
CMYK0.390.6300.4
HSL262.89º46.41%40.98%-
HSV(B)262.89º63.4%60%-
XYZ11.687.4630.96-
YUV78.12170.26138.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=30.79%
G=18.54%
B=50.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93561530.390.6300.4262.8946.4140.98
Hex5D3899273F0281072e29
Octal1357023147770504075651
Binary1011101111000100110011001111111110101000100000111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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