#5C3392

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

Shades of Daisy Bush #5C3392

Tints of Daisy Bush #5C3392

Color information

#5C3392 (or 0x5C3392) is unknown color: approx Daisy Bush. HEX triplet: 5C, 33 and 92. RGB value is (92,51,146). Sum of RGB (Red+Green+Blue) = 92+51+146=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C3392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3392 is #A3CC6D. Grayscale: #494949. Windows color (decimal): -10734702 or 9581404. OLE color: 9581404.

HSL color Cylindrical-coordinate representation of color #5C3392: hue angle of 265.89º 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 #5C3392 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9251146-
CMYK0.370.6500.43
HSL265.89º48.22%38.63%-
HSV(B)265.89º65.07%57.25%-
XYZ10.796.7227.92-
YUV74.09168.58140.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=31.83%
G=17.65%
B=50.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92511460.370.6500.43265.8948.2238.63
Hex5C3392254102B10a3027
Octal13463222451010534126047
Binary10111001100111001001010010110000010101011100001010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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