#5B2D9D

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

Shades of Daisy Bush #5B2D9D

Tints of Daisy Bush #5B2D9D

Color information

#5B2D9D (or 0x5B2D9D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 2D and 9D. RGB value is (91,45,157). Sum of RGB (Red+Green+Blue) = 91+45+157=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B2D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2D9D is #A4D262. Grayscale: #474747. Windows color (decimal): -10801763 or 10300763. OLE color: 10300763.

HSL color Cylindrical-coordinate representation of color #5B2D9D: hue angle of 264.64º 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 #5B2D9D is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9145157-
CMYK0.420.7100.38
HSL264.64º55.45%39.61%-
HSV(B)264.64º71.34%61.57%-
XYZ11.346.5432.56-
YUV71.52176.24141.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=31.06%
G=15.36%
B=53.58%

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
Decimal91451570.420.7100.38264.6455.4539.61
Hex5B2D9D2A470261093728
Octal13355235521070464116750
Binary10110111011011001110110101010001110100110100001001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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