Html Css Color HEX #5E54BC Blue Marguerite

📋 copy color: '#5E54BC'

red 94 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #5E54BC

Tints of Blue Marguerite #5E54BC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

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

R = 25.68%
G = 22.95%
B = 51.37%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E54BC (or 0x5E54BC) is known color: Blue Marguerite. HEX triplet: 5E, 54 and BC. RGB value is (94,84,188). Sum of RGB (Red+Green+Blue) = 94+84+188=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54BC is #A1AB43. Grayscale: #626262. Windows color (decimal): -10595140 or 12342366. OLE color: 12342366.

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

Color convert

RGB 94 84 188 -
CMYK 0.50 0.55 0 0.26
HSL 245.77º 0.44% 0.53% -
HSV(B) 245.77º 0.55% 0.74% -
XYZ 16.86 12.35 49.07 -
YUV 98.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 94 84 188 0.50 0.55 0 0.26 245.77 0.44 0.53
Hex 5E 54 BC 32 37 0 1A F6 2C 35
Octal 136 124 274 62 67 0 32 366 54 65
Binary 1011110 1010100 10111100 110010 110111 0 11010 11110110 101100 110101

Color Harmonies of #5E54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54BC

Black with #5E54BC

Text Example


Text Example

White with #5E54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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