Html Css Color HEX #5E56BE Blue Marguerite

📋 copy color: '#5E56BE'

red 94 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #5E56BE

Tints of Blue Marguerite #5E56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

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

R = 25.41%
G = 23.24%
B = 51.35%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E56BE (or 0x5E56BE) is known color: Blue Marguerite. HEX triplet: 5E, 56 and BE. RGB value is (94,86,190). Sum of RGB (Red+Green+Blue) = 94+86+190=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E56BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56BE is #A1A941. Grayscale: #636363. Windows color (decimal): -10594626 or 12473950. OLE color: 12473950.

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

Color convert

RGB 94 86 190 -
CMYK 0.51 0.55 0 0.25
HSL 244.62º 0.44% 0.54% -
HSV(B) 244.62º 0.55% 0.75% -
XYZ 17.24 12.75 50.27 -
YUV 100.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 94 86 190 0.51 0.55 0 0.25 244.62 0.44 0.54
Hex 5E 56 BE 33 37 0 19 F5 2C 36
Octal 136 126 276 63 67 0 31 365 54 66
Binary 1011110 1010110 10111110 110011 110111 0 11001 11110101 101100 110110

Color Harmonies of #5E56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56BE

Black with #5E56BE

Text Example


Text Example

White with #5E56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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