#5B3893

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

Shades of Daisy Bush #5B3893

Tints of Daisy Bush #5B3893

Color information

#5B3893 (or 0x5B3893) is unknown color: approx Daisy Bush. HEX triplet: 5B, 38 and 93. RGB value is (91,56,147). Sum of RGB (Red+Green+Blue) = 91+56+147=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B3893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3893 is #A4C76C. Grayscale: #4C4C4C. Windows color (decimal): -10798957 or 9648219. OLE color: 9648219.

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

Color convert

RGB9156147-
CMYK0.380.6200.42
HSL263.08º44.83%39.8%-
HSV(B)263.08º61.9%57.65%-
XYZ117.1628.41-
YUV76.84167.6138.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 147 (57.81% from 255) = 50%
R=30.95%
G=19.05%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91561470.380.6200.42263.0844.8339.8
Hex5B3893263E02A1072d28
Octal1337022346760524075550
Binary1011011111000100100111001101111100101010100000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,147); }

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

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

 a { background-color: rgb(91,56,147); }

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

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

 span { border-color: rgb(91,56,147); }

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