#5B3394

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

Shades of Daisy Bush #5B3394

Tints of Daisy Bush #5B3394

Color information

#5B3394 (or 0x5B3394) is unknown color: approx Daisy Bush. HEX triplet: 5B, 33 and 94. RGB value is (91,51,148). Sum of RGB (Red+Green+Blue) = 91+51+148=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B3394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3394 is #A4CC6B. Grayscale: #494949. Windows color (decimal): -10800236 or 9712475. OLE color: 9712475.

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

Color convert

RGB9151148-
CMYK0.390.6600.42
HSL264.74º48.74%39.02%-
HSV(B)264.74º65.54%58.04%-
XYZ10.846.7328.74-
YUV74.02169.75140.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=31.38%
G=17.59%
B=51.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91511480.390.6600.42264.7448.7439.02
Hex5B3394274202A1093127
Octal13363224471020524116147
Binary10110111100111001010010011110000100101010100001001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,51,148); }

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

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

 a { background-color: rgb(91,51,148); }

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

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

 span { border-color: rgb(91,51,148); }

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