#5D359B

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

Shades of Daisy Bush #5D359B

Tints of Daisy Bush #5D359B

Color information

#5D359B (or 0x5D359B) is unknown color: approx Daisy Bush. HEX triplet: 5D, 35 and 9B. RGB value is (93,53,155). Sum of RGB (Red+Green+Blue) = 93+53+155=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D359B is #A2CA64. Grayscale: #4C4C4C. Windows color (decimal): -10668645 or 10171741. OLE color: 10171741.

HSL color Cylindrical-coordinate representation of color #5D359B: hue angle of 263.53º 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 #5D359B is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9353155-
CMYK0.40.6600.39
HSL263.53º49.04%40.78%-
HSV(B)263.53º65.81%60.78%-
XYZ11.77.2431.79-
YUV76.59172.25139.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=30.90%
G=17.61%
B=51.50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93531550.40.6600.39263.5349.0440.78
Hex5D359B28420271083129
Octal13565233501020474106151
Binary10111011101011001101110100010000100100111100001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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