Html Css Color HEX #5E4FBE Blue Marguerite

📋 copy color: '#5E4FBE'

red 94 ◦ green 79 ◦ blue 190

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

Shades of Blue Marguerite #5E4FBE

Tints of Blue Marguerite #5E4FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 25.9%
G = 21.76%
B = 52.34%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E4FBE (or 0x5E4FBE) is known color: Blue Marguerite. HEX triplet: 5E, 4F and BE. RGB value is (94,79,190). Sum of RGB (Red+Green+Blue) = 94+79+190=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E4FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FBE is #A1B041. Grayscale: #5F5F5F. Windows color (decimal): -10596418 or 12472158. OLE color: 12472158.

HSL color Cylindrical-coordinate representation of color #5E4FBE: hue angle of 248.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E4FBE is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 79 190 -
CMYK 0.51 0.58 0 0.25
HSL 248.11º 0.46% 0.53% -
HSV(B) 248.11º 0.58% 0.75% -
XYZ 16.71 11.69 50.09 -
YUV 96.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 94 79 190 0.51 0.58 0 0.25 248.11 0.46 0.53
Hex 5E 4F BE 33 3A 0 19 F8 2E 35
Octal 136 117 276 63 72 0 31 370 56 65
Binary 1011110 1001111 10111110 110011 111010 0 11001 11111000 101110 110101

Color Harmonies of #5E4FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FBE

Black with #5E4FBE

Text Example


Text Example

White with #5E4FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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