Html Css Color HEX #5E55BE Blue Marguerite

📋 copy color: '#5E55BE'

red 94 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #5E55BE

Tints of Blue Marguerite #5E55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 25.47%
G = 23.04%
B = 51.49%

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

#5E55BE (or 0x5E55BE) is known color: Blue Marguerite. HEX triplet: 5E, 55 and BE. RGB value is (94,85,190). Sum of RGB (Red+Green+Blue) = 94+85+190=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55BE is #A1AA41. Grayscale: #636363. Windows color (decimal): -10594882 or 12473694. OLE color: 12473694.

HSL color Cylindrical-coordinate representation of color #5E55BE: hue angle of 245.14º degrees, saturation: 0.45, 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 #5E55BE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 85 190 -
CMYK 0.51 0.55 0 0.25
HSL 245.14º 0.45% 0.54% -
HSV(B) 245.14º 0.55% 0.75% -
XYZ 17.16 12.59 50.24 -
YUV 99.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 94 85 190 0.51 0.55 0 0.25 245.14 0.45 0.54
Hex 5E 55 BE 33 37 0 19 F5 2D 36
Octal 136 125 276 63 67 0 31 365 55 66
Binary 1011110 1010101 10111110 110011 110111 0 11001 11110101 101101 110110

Color Harmonies of #5E55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55BE

Black with #5E55BE

Text Example


Text Example

White with #5E55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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