Html Css Color HEX #5E57BE Blue Marguerite

📋 copy color: '#5E57BE'

red 94 ◦ green 87 ◦ blue 190

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

Shades of Blue Marguerite #5E57BE

Tints of Blue Marguerite #5E57BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.45%

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

R = 25.34%
G = 23.45%
B = 51.21%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E57BE (or 0x5E57BE) is known color: Blue Marguerite. HEX triplet: 5E, 57 and BE. RGB value is (94,87,190). Sum of RGB (Red+Green+Blue) = 94+87+190=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E57BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57BE is #A1A841. Grayscale: #646464. Windows color (decimal): -10594370 or 12474206. OLE color: 12474206.

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

Color convert

RGB 94 87 190 -
CMYK 0.51 0.54 0 0.25
HSL 244.08º 0.44% 0.54% -
HSV(B) 244.08º 0.54% 0.75% -
XYZ 17.32 12.91 50.3 -
YUV 100.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 94 87 190 0.51 0.54 0 0.25 244.08 0.44 0.54
Hex 5E 57 BE 33 36 0 19 F4 2C 36
Octal 136 127 276 63 66 0 31 364 54 66
Binary 1011110 1010111 10111110 110011 110110 0 11001 11110100 101100 110110

Color Harmonies of #5E57BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57BE

Black with #5E57BE

Text Example


Text Example

White with #5E57BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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