Html Css Color HEX #5E52BE Blue Marguerite

📋 copy color: '#5E52BE'

red 94 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #5E52BE

Tints of Blue Marguerite #5E52BE

RGB

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

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

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

R = 25.68%
G = 22.4%
B = 51.91%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E52BE (or 0x5E52BE) is known color: Blue Marguerite. HEX triplet: 5E, 52 and BE. RGB value is (94,82,190). Sum of RGB (Red+Green+Blue) = 94+82+190=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52BE is #A1AD41. Grayscale: #616161. Windows color (decimal): -10595650 or 12472926. OLE color: 12472926.

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

Color convert

RGB 94 82 190 -
CMYK 0.51 0.57 0 0.25
HSL 246.67º 0.45% 0.53% -
HSV(B) 246.67º 0.57% 0.75% -
XYZ 16.93 12.13 50.16 -
YUV 97.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 94 82 190 0.51 0.57 0 0.25 246.67 0.45 0.53
Hex 5E 52 BE 33 39 0 19 F7 2D 35
Octal 136 122 276 63 71 0 31 367 55 65
Binary 1011110 1010010 10111110 110011 111001 0 11001 11110111 101101 110101

Color Harmonies of #5E52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52BE

Black with #5E52BE

Text Example


Text Example

White with #5E52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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