Html Css Color HEX #5E4BB1 Blue Marguerite

📋 copy color: '#5E4BB1'

red 94 ◦ green 75 ◦ blue 177

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

Shades of Blue Marguerite #5E4BB1

Tints of Blue Marguerite #5E4BB1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 177 (69.53% from 255) = 51.16%

R = 27.17%
G = 21.68%
B = 51.16%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E4BB1 (or 0x5E4BB1) is known color: Blue Marguerite. HEX triplet: 5E, 4B and B1. RGB value is (94,75,177). Sum of RGB (Red+Green+Blue) = 94+75+177=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #5E4BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4BB1 is #A1B44E. Grayscale: #5B5B5B. Windows color (decimal): -10597455 or 11619166. OLE color: 11619166.

HSL color Cylindrical-coordinate representation of color #5E4BB1: hue angle of 251.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E4BB1 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 75 177 -
CMYK 0.47 0.58 0 0.31
HSL 251.18º 0.4% 0.49% -
HSV(B) 251.18º 0.58% 0.69% -
XYZ 15.07 10.59 42.84 -
YUV 92.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 94 75 177 0.47 0.58 0 0.31 251.18 0.4 0.49
Hex 5E 4B B1 2F 3A 0 1F FB 28 31
Octal 136 113 261 57 72 0 37 373 50 61
Binary 1011110 1001011 10110001 101111 111010 0 11111 11111011 101000 110001

Color Harmonies of #5E4BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4BB1

Black with #5E4BB1

Text Example


Text Example

White with #5E4BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,75,177); }

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

background-color css

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

 a { background-color: rgb(94,75,177); }

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

border-color css

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

 span { border-color: rgb(94,75,177); }

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