#5D359C

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

Shades of Daisy Bush #5D359C

Tints of Daisy Bush #5D359C

Color information

#5D359C (or 0x5D359C) is unknown color: approx Daisy Bush. HEX triplet: 5D, 35 and 9C. RGB value is (93,53,156). Sum of RGB (Red+Green+Blue) = 93+53+156=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D359C is #A2CA63. Grayscale: #4C4C4C. Windows color (decimal): -10668644 or 10237277. OLE color: 10237277.

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

Color convert

RGB9353156-
CMYK0.400.6600.39
HSL263.3º49.28%40.98%-
HSV(B)263.3º66.03%61.18%-
XYZ11.797.2732.24-
YUV76.7172.75139.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=30.79%
G=17.55%
B=51.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93531560.400.6600.39263.349.2840.98
Hex5D359C28420271073129
Octal13565234501020474076151
Binary10111011101011001110010100010000100100111100000111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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