#5E4BA7

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

Shades of Blue Marguerite #5E4BA7

Tints of Blue Marguerite #5E4BA7

Color information

#5E4BA7 (or 0x5E4BA7) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4B and A7. RGB value is (94,75,167). Sum of RGB (Red+Green+Blue) = 94+75+167=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #5E4BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4BA7 is #A1B458. Grayscale: #5A5A5A. Windows color (decimal): -10597465 or 10963806. OLE color: 10963806.

HSL color Cylindrical-coordinate representation of color #5E4BA7: hue angle of 252.39º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4BA7 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9475167-
CMYK0.440.5500.35
HSL252.39º38.02%47.45%-
HSV(B)252.39º55.09%65.49%-
XYZ14.1110.237.78-
YUV91.17170.79130.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 167 (65.62% from 255) = 49.70%
R=27.98%
G=22.32%
B=49.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94751670.440.5500.35252.3938.0247.45
Hex5E4BA72C37023fc262f
Octal13611324754670433744657
Binary1011110100101110100111101100110111010001111111100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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