Html Css Color HEX #5E4CAA Blue Marguerite

📋 copy color: '#5E4CAA'

red 94 ◦ green 76 ◦ blue 170

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

Shades of Blue Marguerite #5E4CAA

Tints of Blue Marguerite #5E4CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50%

R = 27.65%
G = 22.35%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E4CAA (or 0x5E4CAA) is known color: Blue Marguerite. HEX triplet: 5E, 4C and AA. RGB value is (94,76,170). Sum of RGB (Red+Green+Blue) = 94+76+170=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4CAA is #A1B355. Grayscale: #5B5B5B. Windows color (decimal): -10597206 or 11160670. OLE color: 11160670.

HSL color Cylindrical-coordinate representation of color #5E4CAA: hue angle of 251.49º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4CAA is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 76 170 -
CMYK 0.45 0.55 0 0.33
HSL 251.49º 0.38% 0.48% -
HSV(B) 251.49º 0.55% 0.67% -
XYZ 14.46 10.45 39.29 -
YUV 92.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 94 76 170 0.45 0.55 0 0.33 251.49 0.38 0.48
Hex 5E 4C AA 2D 37 0 21 FB 26 30
Octal 136 114 252 55 67 0 41 373 46 60
Binary 1011110 1001100 10101010 101101 110111 0 100001 11111011 100110 110000

Color Harmonies of #5E4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4CAA

Black with #5E4CAA

Text Example


Text Example

White with #5E4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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