#5D3392

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

Shades of Daisy Bush #5D3392

Tints of Daisy Bush #5D3392

Color information

#5D3392 (or 0x5D3392) is unknown color: approx Daisy Bush. HEX triplet: 5D, 33 and 92. RGB value is (93,51,146). Sum of RGB (Red+Green+Blue) = 93+51+146=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D3392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3392 is #A2CC6D. Grayscale: #4A4A4A. Windows color (decimal): -10669166 or 9581405. OLE color: 9581405.

HSL color Cylindrical-coordinate representation of color #5D3392: hue angle of 266.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3392 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9351146-
CMYK0.360.6500.43
HSL266.53º48.22%38.63%-
HSV(B)266.53º65.07%57.25%-
XYZ10.896.7727.93-
YUV74.39168.41141.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.07%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=32.07%
G=17.59%
B=50.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93511460.360.6500.43266.5348.2238.63
Hex5D3392244102B10b3027
Octal13563222441010534136047
Binary10111011100111001001010010010000010101011100001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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