Html Css Color HEX #5E50BB Blue Marguerite

📋 copy color: '#5E50BB'

red 94 ◦ green 80 ◦ blue 187

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

Shades of Blue Marguerite #5E50BB

Tints of Blue Marguerite #5E50BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 26.04%
G = 22.16%
B = 51.8%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E50BB (or 0x5E50BB) is known color: Blue Marguerite. HEX triplet: 5E, 50 and BB. RGB value is (94,80,187). Sum of RGB (Red+Green+Blue) = 94+80+187=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E50BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50BB is #A1AF44. Grayscale: #5F5F5F. Windows color (decimal): -10596165 or 12275806. OLE color: 12275806.

HSL color Cylindrical-coordinate representation of color #5E50BB: hue angle of 247.85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E50BB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 80 187 -
CMYK 0.50 0.57 0 0.27
HSL 247.85º 0.44% 0.52% -
HSV(B) 247.85º 0.57% 0.73% -
XYZ 16.45 11.7 48.41 -
YUV 96.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 94 80 187 0.50 0.57 0 0.27 247.85 0.44 0.52
Hex 5E 50 BB 32 39 0 1B F8 2C 34
Octal 136 120 273 62 71 0 33 370 54 64
Binary 1011110 1010000 10111011 110010 111001 0 11011 11111000 101100 110100

Color Harmonies of #5E50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50BB

Black with #5E50BB

Text Example


Text Example

White with #5E50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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