#5d4db2

Color #5D4DB2 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5D4DB2

Tints of Blue Marguerite #5D4DB2

Color information

#5D4DB2 (or 0x5D4DB2) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 4D and B2. RGB value is (93,77,178). Sum of RGB (Red+Green+Blue) = 93+77+178=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #5D4DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DB2 is #A2B24D. Grayscale: #5C5C5C. Windows color (decimal): -10662478 or 11685213. OLE color: 11685213.

HSL color Cylindrical-coordinate representation of color #5D4DB2: hue angle of 249.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D4DB2 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9377178-
CMYK0.480.5700.30
HSL249.5º39.61%50%-
HSV(B)249.5º56.74%69.8%-
XYZ15.210.8543.41-
YUV93.3175.8127.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.72%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 178 (69.92% from 255) = 51.15%
R=26.72%
G=22.13%
B=51.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal93771780.480.5700.30249.539.6150
Hex5D4DB2303901Efa2832
Octal13511526260710363725062
Binary101110110011011011001011000011100101111011111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d4db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,77,178); }

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

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

 a { background-color: rgb(93,77,178); }

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

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

 span { border-color: rgb(93,77,178); }

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