Html Css Color HEX #5E57AC Rich Blue

📋 copy color: '#5E57AC'

red 94 ◦ green 87 ◦ blue 172

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

Shades of Rich Blue #5E57AC

Tints of Rich Blue #5E57AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

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

R = 26.63%
G = 24.65%
B = 48.73%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E57AC (or 0x5E57AC) is known color: Rich Blue. HEX triplet: 5E, 57 and AC. RGB value is (94,87,172). Sum of RGB (Red+Green+Blue) = 94+87+172=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E57AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E57AC is #A1A853. Grayscale: #626262. Windows color (decimal): -10594388 or 11294558. OLE color: 11294558.

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

Color convert

RGB 94 87 172 -
CMYK 0.45 0.49 0 0.33
HSL 244.94º 0.34% 0.51% -
HSV(B) 244.94º 0.49% 0.67% -
XYZ 15.47 12.17 40.56 -
YUV 98.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 94 87 172 0.45 0.49 0 0.33 244.94 0.34 0.51
Hex 5E 57 AC 2D 31 0 21 F5 22 33
Octal 136 127 254 55 61 0 41 365 42 63
Binary 1011110 1010111 10101100 101101 110001 0 100001 11110101 100010 110011

Color Harmonies of #5E57AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57AC

Black with #5E57AC

Text Example


Text Example

White with #5E57AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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