Html Css Color HEX #5D49BE Blue Marguerite

📋 copy color: '#5D49BE'

red 93 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #5D49BE

Tints of Blue Marguerite #5D49BE

RGB

 RED value IS 93 (36.72% from 255) = 26.12%

 GREEN value IS 73 (28.91% from 255) = 20.51%

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

R = 26.12%
G = 20.51%
B = 53.37%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D49BE (or 0x5D49BE) is known color: Blue Marguerite. HEX triplet: 5D, 49 and BE. RGB value is (93,73,190). Sum of RGB (Red+Green+Blue) = 93+73+190=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D49BE is #A2B641. Grayscale: #5B5B5B. Windows color (decimal): -10663490 or 12470621. OLE color: 12470621.

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

Color convert

RGB 93 73 190 -
CMYK 0.51 0.62 0 0.25
HSL 250.26º 0.47% 0.52% -
HSV(B) 250.26º 0.62% 0.75% -
XYZ 16.19 10.81 49.95 -
YUV 92.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 93 73 190 0.51 0.62 0 0.25 250.26 0.47 0.52
Hex 5D 49 BE 33 3E 0 19 FA 2F 34
Octal 135 111 276 63 76 0 31 372 57 64
Binary 1011101 1001001 10111110 110011 111110 0 11001 11111010 101111 110100

Color Harmonies of #5D49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D49BE

Black with #5D49BE

Text Example


Text Example

White with #5D49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,73,190); }

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

background-color css

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

 a { background-color: rgb(93,73,190); }

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

border-color css

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

 span { border-color: rgb(93,73,190); }

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