#5E45AD

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

Shades of Blue Marguerite #5E45AD

Tints of Blue Marguerite #5E45AD

Color information

#5E45AD (or 0x5E45AD) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 45 and AD. RGB value is (94,69,173). Sum of RGB (Red+Green+Blue) = 94+69+173=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E45AD is #A1BA52. Grayscale: #575757. Windows color (decimal): -10598995 or 11355486. OLE color: 11355486.

HSL color Cylindrical-coordinate representation of color #5E45AD: hue angle of 254.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E45AD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9469173-
CMYK0.460.6000.32
HSL254.42º42.98%47.45%-
HSV(B)254.42º60.12%67.84%-
XYZ14.299.6540.65-
YUV88.33175.78132.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=27.98%
G=20.54%
B=51.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94691730.460.6000.32254.4242.9847.45
Hex5E45AD2E3C020fe2b2f
Octal13610525556740403765357
Binary1011110100010110101101101110111100010000011111110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,69,173); }

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

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

 a { background-color: rgb(94,69,173); }

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

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

 span { border-color: rgb(94,69,173); }

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