#5D3399

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

Shades of Daisy Bush #5D3399

Tints of Daisy Bush #5D3399

Color information

#5D3399 (or 0x5D3399) is unknown color: approx Daisy Bush. HEX triplet: 5D, 33 and 99. RGB value is (93,51,153). Sum of RGB (Red+Green+Blue) = 93+51+153=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D3399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3399 is #A2CC66. Grayscale: #4A4A4A. Windows color (decimal): -10669159 or 10040157. OLE color: 10040157.

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

Color convert

RGB9351153-
CMYK0.390.6700.4
HSL264.71º50%40%-
HSV(B)264.71º66.67%60%-
XYZ11.456.9930.88-
YUV75.19171.91140.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=31.31%
G=17.17%
B=51.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93511530.390.6700.4264.715040
Hex5D339927430281093228
Octal13563231471030504116250
Binary10111011100111001100110011110000110101000100001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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