#5D45BD

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

Shades of Blue Marguerite #5D45BD

Tints of Blue Marguerite #5D45BD

Color information

#5D45BD (or 0x5D45BD) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 45 and BD. RGB value is (93,69,189). Sum of RGB (Red+Green+Blue) = 93+69+189=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D45BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D45BD is #A2BA42. Grayscale: #595959. Windows color (decimal): -10664515 or 12404061. OLE color: 12404061.

HSL color Cylindrical-coordinate representation of color #5D45BD: hue angle of 252º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D45BD is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9369189-
CMYK0.510.6300.26
HSL252º47.62%50.59%-
HSV(B)252º63.49%74.12%-
XYZ15.8310.2649.29-
YUV89.86183.95130.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.50%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=26.50%
G=19.66%
B=53.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93691890.510.6300.2625247.6250.59
Hex5D45BD333F01Afc3033
Octal13510527563770323746063
Binary101110110001011011110111001111111101101011111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,69,189); }

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

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

 a { background-color: rgb(93,69,189); }

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

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

 span { border-color: rgb(93,69,189); }

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