Html Css Color HEX #5E4BAC Blue Marguerite

📋 copy color: '#5E4BAC'

red 94 ◦ green 75 ◦ blue 172

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

Shades of Blue Marguerite #5E4BAC

Tints of Blue Marguerite #5E4BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

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

R = 27.57%
G = 21.99%
B = 50.44%

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

#5E4BAC (or 0x5E4BAC) is known color: Blue Marguerite. HEX triplet: 5E, 4B and AC. RGB value is (94,75,172). Sum of RGB (Red+Green+Blue) = 94+75+172=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E4BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4BAC is #A1B453. Grayscale: #5B5B5B. Windows color (decimal): -10597460 or 11291486. OLE color: 11291486.

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

Color convert

RGB 94 75 172 -
CMYK 0.45 0.56 0 0.33
HSL 251.75º 0.39% 0.48% -
HSV(B) 251.75º 0.56% 0.67% -
XYZ 14.58 10.39 40.27 -
YUV 91.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 94 75 172 0.45 0.56 0 0.33 251.75 0.39 0.48
Hex 5E 4B AC 2D 38 0 21 FC 27 30
Octal 136 113 254 55 70 0 41 374 47 60
Binary 1011110 1001011 10101100 101101 111000 0 100001 11111100 100111 110000

Color Harmonies of #5E4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4BAC

Black with #5E4BAC

Text Example


Text Example

White with #5E4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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