#5B359F

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

Shades of Daisy Bush #5B359F

Tints of Daisy Bush #5B359F

Color information

#5B359F (or 0x5B359F) is unknown color: approx Daisy Bush. HEX triplet: 5B, 35 and 9F. RGB value is (91,53,159). Sum of RGB (Red+Green+Blue) = 91+53+159=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B359F is #A4CA60. Grayscale: #4C4C4C. Windows color (decimal): -10799713 or 10433883. OLE color: 10433883.

HSL color Cylindrical-coordinate representation of color #5B359F: hue angle of 261.51º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B359F is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9153159-
CMYK0.430.6700.38
HSL261.51º50%41.57%-
HSV(B)261.51º66.67%62.35%-
XYZ11.857.2733.58-
YUV76.45174.59138.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=30.03%
G=17.49%
B=52.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91531590.430.6700.38261.515041.57
Hex5B359F2B43026106322a
Octal13365237531030464066252
Binary10110111101011001111110101110000110100110100000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,159); }

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

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

 a { background-color: rgb(91,53,159); }

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

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

 span { border-color: rgb(91,53,159); }

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