#5C3C99

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

Shades of Daisy Bush #5C3C99

Tints of Daisy Bush #5C3C99

Color information

#5C3C99 (or 0x5C3C99) is unknown color: approx Daisy Bush. HEX triplet: 5C, 3C and 99. RGB value is (92,60,153). Sum of RGB (Red+Green+Blue) = 92+60+153=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C3C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3C99 is #A3C366. Grayscale: #4F4F4F. Windows color (decimal): -10732391 or 10042460. OLE color: 10042460.

HSL color Cylindrical-coordinate representation of color #5C3C99: hue angle of 260.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C3C99 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9260153-
CMYK0.400.6100.4
HSL260.65º43.66%41.76%-
HSV(B)260.65º60.78%60%-
XYZ11.787.8131.02-
YUV80.17169.1136.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=30.16%
G=19.67%
B=50.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92601530.400.6100.4260.6543.6641.76
Hex5C3C99283D0281052c2a
Octal1347423150750504055452
Binary1011100111100100110011010001111010101000100000101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,60,153); }

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

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

 a { background-color: rgb(92,60,153); }

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

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

 span { border-color: rgb(92,60,153); }

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