Html Css Color HEX #5E4CAC Blue Marguerite

📋 copy color: '#5E4CAC'

red 94 ◦ green 76 ◦ blue 172

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

Shades of Blue Marguerite #5E4CAC

Tints of Blue Marguerite #5E4CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 27.49%
G = 22.22%
B = 50.29%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E4CAC (or 0x5E4CAC) is known color: Blue Marguerite. HEX triplet: 5E, 4C and AC. RGB value is (94,76,172). Sum of RGB (Red+Green+Blue) = 94+76+172=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4CAC is #A1B353. Grayscale: #5B5B5B. Windows color (decimal): -10597204 or 11291742. OLE color: 11291742.

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

Color convert

RGB 94 76 172 -
CMYK 0.45 0.56 0 0.33
HSL 251.25º 0.39% 0.49% -
HSV(B) 251.25º 0.56% 0.67% -
XYZ 14.65 10.53 40.29 -
YUV 92.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 94 76 172 0.45 0.56 0 0.33 251.25 0.39 0.49
Hex 5E 4C AC 2D 38 0 21 FB 27 31
Octal 136 114 254 55 70 0 41 373 47 61
Binary 1011110 1001100 10101100 101101 111000 0 100001 11111011 100111 110001

Color Harmonies of #5E4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4CAC

Black with #5E4CAC

Text Example


Text Example

White with #5E4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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