#5D4DB0

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

Shades of Blue Marguerite #5D4DB0

Tints of Blue Marguerite #5D4DB0

Color information

#5D4DB0 (or 0x5D4DB0) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 4D and B0. RGB value is (93,77,176). Sum of RGB (Red+Green+Blue) = 93+77+176=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #5D4DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DB0 is #A2B24F. Grayscale: #5C5C5C. Windows color (decimal): -10662480 or 11554141. OLE color: 11554141.

HSL color Cylindrical-coordinate representation of color #5D4DB0: hue angle of 249.7º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4DB0 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9377176-
CMYK0.470.5600.31
HSL249.7º39.13%49.61%-
HSV(B)249.7º56.25%69.02%-
XYZ1510.7742.36-
YUV93.07174.8127.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 176 (69.14% from 255) = 50.87%
R=26.88%
G=22.25%
B=50.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93771760.470.5600.31249.739.1349.61
Hex5D4DB02F3801Ffa2732
Octal13511526057700373724762
Binary101110110011011011000010111111100001111111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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