Html Css Color HEX #5E47BE Blue Marguerite

📋 copy color: '#5E47BE'

red 94 ◦ green 71 ◦ blue 190

#5E47BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #5E47BE

Tints of Blue Marguerite #5E47BE

RGB

 RED value IS 94 (37.11% from 255) = 26.48%

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 26.48%
G = 20%
B = 53.52%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E47BE (or 0x5E47BE) is known color: Blue Marguerite. HEX triplet: 5E, 47 and BE. RGB value is (94,71,190). Sum of RGB (Red+Green+Blue) = 94+71+190=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E47BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47BE is #A1B841. Grayscale: #5A5A5A. Windows color (decimal): -10598466 or 12470110. OLE color: 12470110.

HSL color Cylindrical-coordinate representation of color #5E47BE: hue angle of 251.6º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E47BE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 71 190 -
CMYK 0.51 0.63 0 0.25
HSL 251.6º 0.48% 0.51% -
HSV(B) 251.6º 0.63% 0.75% -
XYZ 16.16 10.6 49.91 -
YUV 91.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 94 71 190 0.51 0.63 0 0.25 251.6 0.48 0.51
Hex 5E 47 BE 33 3F 0 19 FC 30 33
Octal 136 107 276 63 77 0 31 374 60 63
Binary 1011110 1000111 10111110 110011 111111 0 11001 11111100 110000 110011

Color Harmonies of #5E47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47BE

Black with #5E47BE

Text Example


Text Example

White with #5E47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,190); }

 H1.HeaderClassName
 {
   color: #5E47BE;
 }
 .AnyTagClassName
 {
   color: #5E47BE;
 }
</style>

background-color css

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

 a { background-color: rgb(94,71,190); }

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

border-color css

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

 span { border-color: rgb(94,71,190); }

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