Html Css Color HEX #5E52BA Blue Marguerite

📋 copy color: '#5E52BA'

red 94 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #5E52BA

Tints of Blue Marguerite #5E52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 25.97%
G = 22.65%
B = 51.38%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E52BA (or 0x5E52BA) is known color: Blue Marguerite. HEX triplet: 5E, 52 and BA. RGB value is (94,82,186). Sum of RGB (Red+Green+Blue) = 94+82+186=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52BA is #A1AD45. Grayscale: #616161. Windows color (decimal): -10595654 or 12210782. OLE color: 12210782.

HSL color Cylindrical-coordinate representation of color #5E52BA: hue angle of 246.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E52BA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 82 186 -
CMYK 0.49 0.56 0 0.27
HSL 246.92º 0.43% 0.53% -
HSV(B) 246.92º 0.56% 0.73% -
XYZ 16.5 11.96 47.89 -
YUV 97.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 94 82 186 0.49 0.56 0 0.27 246.92 0.43 0.53
Hex 5E 52 BA 31 38 0 1B F7 2B 35
Octal 136 122 272 61 70 0 33 367 53 65
Binary 1011110 1010010 10111010 110001 111000 0 11011 11110111 101011 110101

Color Harmonies of #5E52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52BA

Black with #5E52BA

Text Example


Text Example

White with #5E52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,186); }

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

background-color css

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

 a { background-color: rgb(94,82,186); }

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

border-color css

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

 span { border-color: rgb(94,82,186); }

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