Html Css Color HEX #5E53BE Blue Marguerite

📋 copy color: '#5E53BE'

red 94 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #5E53BE

Tints of Blue Marguerite #5E53BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 25.61%
G = 22.62%
B = 51.77%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E53BE (or 0x5E53BE) is known color: Blue Marguerite. HEX triplet: 5E, 53 and BE. RGB value is (94,83,190). Sum of RGB (Red+Green+Blue) = 94+83+190=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E53BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53BE is #A1AC41. Grayscale: #626262. Windows color (decimal): -10595394 or 12473182. OLE color: 12473182.

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

Color convert

RGB 94 83 190 -
CMYK 0.51 0.56 0 0.25
HSL 246.17º 0.45% 0.54% -
HSV(B) 246.17º 0.56% 0.75% -
XYZ 17 12.28 50.19 -
YUV 98.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 94 83 190 0.51 0.56 0 0.25 246.17 0.45 0.54
Hex 5E 53 BE 33 38 0 19 F6 2D 36
Octal 136 123 276 63 70 0 31 366 55 66
Binary 1011110 1010011 10111110 110011 111000 0 11001 11110110 101101 110110

Color Harmonies of #5E53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E53BE

Black with #5E53BE

Text Example


Text Example

White with #5E53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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