#5E4CAD

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

Shades of Blue Marguerite #5E4CAD

Tints of Blue Marguerite #5E4CAD

Color information

#5E4CAD (or 0x5E4CAD) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4C and AD. RGB value is (94,76,173). Sum of RGB (Red+Green+Blue) = 94+76+173=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4CAD is #A1B352. Grayscale: #5C5C5C. Windows color (decimal): -10597203 or 11357278. OLE color: 11357278.

HSL color Cylindrical-coordinate representation of color #5E4CAD: hue angle of 251.13º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E4CAD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9476173-
CMYK0.460.5600.32
HSL251.13º38.96%48.82%-
HSV(B)251.13º56.07%67.84%-
XYZ14.7410.5740.8-
YUV92.44173.46129.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.41%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=27.41%
G=22.16%
B=50.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94761730.460.5600.32251.1338.9648.82
Hex5E4CAD2E38020fb2731
Octal13611425556700403734761
Binary1011110100110010101101101110111000010000011111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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