Html Css Color HEX #5E4AAD Blue Marguerite

📋 copy color: '#5E4AAD'

red 94 ◦ green 74 ◦ blue 173

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

Shades of Blue Marguerite #5E4AAD

Tints of Blue Marguerite #5E4AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 27.57%
G = 21.7%
B = 50.73%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E4AAD (or 0x5E4AAD) is known color: Blue Marguerite. HEX triplet: 5E, 4A and AD. RGB value is (94,74,173). Sum of RGB (Red+Green+Blue) = 94+74+173=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E4AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4AAD is #A1B552. Grayscale: #5A5A5A. Windows color (decimal): -10597715 or 11356766. OLE color: 11356766.

HSL color Cylindrical-coordinate representation of color #5E4AAD: hue angle of 252.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E4AAD is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 74 173 -
CMYK 0.46 0.57 0 0.32
HSL 252.12º 0.4% 0.48% -
HSV(B) 252.12º 0.57% 0.68% -
XYZ 14.61 10.29 40.75 -
YUV 91.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 94 74 173 0.46 0.57 0 0.32 252.12 0.4 0.48
Hex 5E 4A AD 2E 39 0 20 FC 28 30
Octal 136 112 255 56 71 0 40 374 50 60
Binary 1011110 1001010 10101101 101110 111001 0 100000 11111100 101000 110000

Color Harmonies of #5E4AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4AAD

Black with #5E4AAD

Text Example


Text Example

White with #5E4AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,74,173); }

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

background-color css

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

 a { background-color: rgb(94,74,173); }

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

border-color css

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

 span { border-color: rgb(94,74,173); }

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