Html Css Color HEX #5E50BE Blue Marguerite

📋 copy color: '#5E50BE'

red 94 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #5E50BE

Tints of Blue Marguerite #5E50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 25.82%
G = 21.98%
B = 52.2%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E50BE (or 0x5E50BE) is known color: Blue Marguerite. HEX triplet: 5E, 50 and BE. RGB value is (94,80,190). Sum of RGB (Red+Green+Blue) = 94+80+190=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50BE is #A1AF41. Grayscale: #606060. Windows color (decimal): -10596162 or 12472414. OLE color: 12472414.

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

Color convert

RGB 94 80 190 -
CMYK 0.51 0.58 0 0.25
HSL 247.64º 0.46% 0.53% -
HSV(B) 247.64º 0.58% 0.75% -
XYZ 16.78 11.83 50.12 -
YUV 96.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 94 80 190 0.51 0.58 0 0.25 247.64 0.46 0.53
Hex 5E 50 BE 33 3A 0 19 F8 2E 35
Octal 136 120 276 63 72 0 31 370 56 65
Binary 1011110 1010000 10111110 110011 111010 0 11001 11111000 101110 110101

Color Harmonies of #5E50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50BE

Black with #5E50BE

Text Example


Text Example

White with #5E50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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