#5B2E9D

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

Shades of Daisy Bush #5B2E9D

Tints of Daisy Bush #5B2E9D

Color information

#5B2E9D (or 0x5B2E9D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 2E and 9D. RGB value is (91,46,157). Sum of RGB (Red+Green+Blue) = 91+46+157=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B2E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2E9D is #A4D162. Grayscale: #474747. Windows color (decimal): -10801507 or 10301019. OLE color: 10301019.

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

Color convert

RGB9146157-
CMYK0.420.7100.38
HSL264.32º54.68%39.8%-
HSV(B)264.32º70.7%61.57%-
XYZ11.386.6132.57-
YUV72.11175.91141.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 46 (18.36% from 255) = 15.65%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=30.95%
G=15.65%
B=53.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91461570.420.7100.38264.3254.6839.8
Hex5B2E9D2A470261083728
Octal13356235521070464106750
Binary10110111011101001110110101010001110100110100001000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,157); }

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

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

 a { background-color: rgb(91,46,157); }

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

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

 span { border-color: rgb(91,46,157); }

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