#5C319B

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

Shades of Daisy Bush #5C319B

Tints of Daisy Bush #5C319B

Color information

#5C319B (or 0x5C319B) is unknown color: approx Daisy Bush. HEX triplet: 5C, 31 and 9B. RGB value is (92,49,155). Sum of RGB (Red+Green+Blue) = 92+49+155=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C319B is #A3CE64. Grayscale: #494949. Windows color (decimal): -10735205 or 10170716. OLE color: 10170716.

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

Color convert

RGB9249155-
CMYK0.410.6800.39
HSL264.34º51.96%40%-
HSV(B)264.34º68.39%60.78%-
XYZ11.436.8431.73-
YUV73.94173.75140.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=31.08%
G=16.55%
B=52.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92491550.410.6800.39264.3451.9640
Hex5C319B29440271083428
Octal13461233511040474106450
Binary10111001100011001101110100110001000100111100001000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,49,155); }

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

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

 a { background-color: rgb(92,49,155); }

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

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

 span { border-color: rgb(92,49,155); }

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