#5E48BD

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

Shades of Blue Marguerite #5E48BD

Tints of Blue Marguerite #5E48BD

Color information

#5E48BD (or 0x5E48BD) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 48 and BD. RGB value is (94,72,189). Sum of RGB (Red+Green+Blue) = 94+72+189=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E48BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48BD is #A1B742. Grayscale: #5B5B5B. Windows color (decimal): -10598211 or 12404830. OLE color: 12404830.

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

Color convert

RGB9472189-
CMYK0.500.6200.26
HSL251.28º46.99%51.18%-
HSV(B)251.28º61.9%74.12%-
XYZ16.1210.6949.36-
YUV91.92182.79129.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=26.48%
G=20.28%
B=53.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94721890.500.6200.26251.2846.9951.18
Hex5E48BD323E01Afb2f33
Octal13611027562760323735763
Binary101111010010001011110111001011111001101011111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E48BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,72,189); }

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

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

 a { background-color: rgb(94,72,189); }

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

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

 span { border-color: rgb(94,72,189); }

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