#5E4BAD

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

Shades of Blue Marguerite #5E4BAD

Tints of Blue Marguerite #5E4BAD

Color information

#5E4BAD (or 0x5E4BAD) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4B and AD. RGB value is (94,75,173). Sum of RGB (Red+Green+Blue) = 94+75+173=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E4BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4BAD is #A1B452. Grayscale: #5B5B5B. Windows color (decimal): -10597459 or 11357022. OLE color: 11357022.

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

Color convert

RGB9475173-
CMYK0.460.5700.32
HSL251.63º39.52%48.63%-
HSV(B)251.63º56.65%67.84%-
XYZ14.6710.4340.77-
YUV91.85173.79129.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.49%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=27.49%
G=21.93%
B=50.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94751730.460.5700.32251.6339.5248.63
Hex5E4BAD2E39020fc2831
Octal13611325556710403745061
Binary1011110100101110101101101110111001010000011111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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