Html Css Color HEX #5E55BC Blue Marguerite

📋 copy color: '#5E55BC'

red 94 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #5E55BC

Tints of Blue Marguerite #5E55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 25.61%
G = 23.16%
B = 51.23%

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

#5E55BC (or 0x5E55BC) is known color: Blue Marguerite. HEX triplet: 5E, 55 and BC. RGB value is (94,85,188). Sum of RGB (Red+Green+Blue) = 94+85+188=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E55BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55BC is #A1AA43. Grayscale: #636363. Windows color (decimal): -10594884 or 12342622. OLE color: 12342622.

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

Color convert

RGB 94 85 188 -
CMYK 0.50 0.55 0 0.26
HSL 245.24º 0.43% 0.54% -
HSV(B) 245.24º 0.55% 0.74% -
XYZ 16.94 12.51 49.1 -
YUV 99.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 94 85 188 0.50 0.55 0 0.26 245.24 0.43 0.54
Hex 5E 55 BC 32 37 0 1A F5 2B 36
Octal 136 125 274 62 67 0 32 365 53 66
Binary 1011110 1010101 10111100 110010 110111 0 11010 11110101 101011 110110

Color Harmonies of #5E55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55BC

Black with #5E55BC

Text Example


Text Example

White with #5E55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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