Html Css Color HEX #5E4CBE Blue Marguerite

📋 copy color: '#5E4CBE'

red 94 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #5E4CBE

Tints of Blue Marguerite #5E4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

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

R = 26.11%
G = 21.11%
B = 52.78%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E4CBE (or 0x5E4CBE) is known color: Blue Marguerite. HEX triplet: 5E, 4C and BE. RGB value is (94,76,190). Sum of RGB (Red+Green+Blue) = 94+76+190=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4CBE is #A1B341. Grayscale: #5D5D5D. Windows color (decimal): -10597186 or 12471390. OLE color: 12471390.

HSL color Cylindrical-coordinate representation of color #5E4CBE: hue angle of 249.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E4CBE is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 76 190 -
CMYK 0.51 0.60 0 0.25
HSL 249.47º 0.47% 0.52% -
HSV(B) 249.47º 0.6% 0.75% -
XYZ 16.49 11.27 50.02 -
YUV 94.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 94 76 190 0.51 0.60 0 0.25 249.47 0.47 0.52
Hex 5E 4C BE 33 3C 0 19 F9 2F 34
Octal 136 114 276 63 74 0 31 371 57 64
Binary 1011110 1001100 10111110 110011 111100 0 11001 11111001 101111 110100

Color Harmonies of #5E4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4CBE

Black with #5E4CBE

Text Example


Text Example

White with #5E4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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