#5D319C

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

Shades of Daisy Bush #5D319C

Tints of Daisy Bush #5D319C

Color information

#5D319C (or 0x5D319C) is unknown color: approx Daisy Bush. HEX triplet: 5D, 31 and 9C. RGB value is (93,49,156). Sum of RGB (Red+Green+Blue) = 93+49+156=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D319C is #A2CE63. Grayscale: #494949. Windows color (decimal): -10669668 or 10236253. OLE color: 10236253.

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

Color convert

RGB9349156-
CMYK0.400.6900.39
HSL264.67º52.2%40.2%-
HSV(B)264.67º68.59%61.18%-
XYZ11.616.9232.18-
YUV74.35174.08141.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=31.21%
G=16.44%
B=52.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93491560.400.6900.39264.6752.240.2
Hex5D319C28450271093428
Octal13561234501050474116450
Binary10111011100011001110010100010001010100111100001001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,49,156); }

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

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

 a { background-color: rgb(93,49,156); }

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

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

 span { border-color: rgb(93,49,156); }

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