#5B358E

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

Shades of Daisy Bush #5B358E

Tints of Daisy Bush #5B358E

Color information

#5B358E (or 0x5B358E) is unknown color: approx Daisy Bush. HEX triplet: 5B, 35 and 8E. RGB value is (91,53,142). Sum of RGB (Red+Green+Blue) = 91+53+142=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B358E is #A4CA71. Grayscale: #4A4A4A. Windows color (decimal): -10799730 or 9319771. OLE color: 9319771.

HSL color Cylindrical-coordinate representation of color #5B358E: hue angle of 265.62º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B358E is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9153142-
CMYK0.360.6300.44
HSL265.62º45.64%38.24%-
HSV(B)265.62º62.68%55.69%-
XYZ10.476.7226.34-
YUV74.51166.09139.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=31.82%
G=18.53%
B=49.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91531420.360.6300.44265.6245.6438.24
Hex5B358E243F02C10a2e26
Octal1336521644770544125646
Binary1011011110101100011101001001111110101100100001010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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