Html Css Color HEX #5E4AAF Blue Marguerite

📋 copy color: '#5E4AAF'

red 94 ◦ green 74 ◦ blue 175

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

Shades of Blue Marguerite #5E4AAF

Tints of Blue Marguerite #5E4AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 27.41%
G = 21.57%
B = 51.02%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E4AAF (or 0x5E4AAF) is known color: Blue Marguerite. HEX triplet: 5E, 4A and AF. RGB value is (94,74,175). Sum of RGB (Red+Green+Blue) = 94+74+175=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E4AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4AAF is #A1B550. Grayscale: #5B5B5B. Windows color (decimal): -10597713 or 11487838. OLE color: 11487838.

HSL color Cylindrical-coordinate representation of color #5E4AAF: hue angle of 251.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E4AAF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 74 175 -
CMYK 0.46 0.58 0 0.31
HSL 251.88º 0.41% 0.49% -
HSV(B) 251.88º 0.58% 0.69% -
XYZ 14.8 10.37 41.78 -
YUV 91.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 94 74 175 0.46 0.58 0 0.31 251.88 0.41 0.49
Hex 5E 4A AF 2E 3A 0 1F FC 29 31
Octal 136 112 257 56 72 0 37 374 51 61
Binary 1011110 1001010 10101111 101110 111010 0 11111 11111100 101001 110001

Color Harmonies of #5E4AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4AAF

Black with #5E4AAF

Text Example


Text Example

White with #5E4AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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