Html Css Color HEX #5E52BC Blue Marguerite

📋 copy color: '#5E52BC'

red 94 ◦ green 82 ◦ blue 188

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

Shades of Blue Marguerite #5E52BC

Tints of Blue Marguerite #5E52BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 25.82%
G = 22.53%
B = 51.65%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E52BC (or 0x5E52BC) is known color: Blue Marguerite. HEX triplet: 5E, 52 and BC. RGB value is (94,82,188). Sum of RGB (Red+Green+Blue) = 94+82+188=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E52BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52BC is #A1AD43. Grayscale: #616161. Windows color (decimal): -10595652 or 12341854. OLE color: 12341854.

HSL color Cylindrical-coordinate representation of color #5E52BC: hue angle of 246.79º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E52BC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 82 188 -
CMYK 0.50 0.56 0 0.26
HSL 246.79º 0.44% 0.53% -
HSV(B) 246.79º 0.56% 0.74% -
XYZ 16.71 12.05 49.02 -
YUV 97.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 94 82 188 0.50 0.56 0 0.26 246.79 0.44 0.53
Hex 5E 52 BC 32 38 0 1A F7 2C 35
Octal 136 122 274 62 70 0 32 367 54 65
Binary 1011110 1010010 10111100 110010 111000 0 11010 11110111 101100 110101

Color Harmonies of #5E52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52BC

Black with #5E52BC

Text Example


Text Example

White with #5E52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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