#5D4BB0

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

Shades of Blue Marguerite #5D4BB0

Tints of Blue Marguerite #5D4BB0

Color information

#5D4BB0 (or 0x5D4BB0) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 4B and B0. RGB value is (93,75,176). Sum of RGB (Red+Green+Blue) = 93+75+176=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #5D4BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4BB0 is #A2B44F. Grayscale: #5B5B5B. Windows color (decimal): -10662992 or 11553629. OLE color: 11553629.

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

Color convert

RGB9375176-
CMYK0.470.5700.31
HSL250.69º40.24%49.22%-
HSV(B)250.69º57.39%69.02%-
XYZ14.8710.4942.32-
YUV91.9175.46128.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.03%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 176 (69.14% from 255) = 51.16%
R=27.03%
G=21.80%
B=51.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93751760.470.5700.31250.6940.2449.22
Hex5D4BB02F3901Ffb2831
Octal13511326057710373735061
Binary101110110010111011000010111111100101111111111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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