#5E57AE

Color #5E57AE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5E57AE

Tints of Rich Blue #5E57AE

Color information

#5E57AE (or 0x5E57AE) is unknown color: approx Rich Blue. HEX triplet: 5E, 57 and AE. RGB value is (94,87,174). Sum of RGB (Red+Green+Blue) = 94+87+174=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E57AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E57AE is #A1A851. Grayscale: #626262. Windows color (decimal): -10594386 or 11425630. OLE color: 11425630.

HSL color Cylindrical-coordinate representation of color #5E57AE: hue angle of 244.83º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E57AE is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9487174-
CMYK0.460.500.32
HSL244.83º34.94%51.18%-
HSV(B)244.83º50%68.24%-
XYZ15.6612.2541.58-
YUV99.01170.32124.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=26.48%
G=24.51%
B=49.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94871740.460.500.32244.8334.9451.18
Hex5E57AE2E32020f52333
Octal13612725656620403654363
Binary1011110101011110101110101110110010010000011110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E57AE;
 }
 .AnyTagClassName
 {
   color: #5E57AE;
 }
</style>
background-color css

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

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

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

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

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

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