#5E57AF

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

Shades of Rich Blue #5E57AF

Tints of Rich Blue #5E57AF

Color information

#5E57AF (or 0x5E57AF) is unknown color: approx Rich Blue. HEX triplet: 5E, 57 and AF. RGB value is (94,87,175). Sum of RGB (Red+Green+Blue) = 94+87+175=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E57AF is #A1A850. Grayscale: #626262. Windows color (decimal): -10594385 or 11491166. OLE color: 11491166.

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

Color convert

RGB9487175-
CMYK0.460.5000.31
HSL244.77º35.48%51.37%-
HSV(B)244.77º50.29%68.63%-
XYZ15.7612.2942.1-
YUV99.12170.82124.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=26.40%
G=24.44%
B=49.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94871750.460.5000.31244.7735.4851.37
Hex5E57AF2E3201Ff52333
Octal13612725756620373654363
Binary101111010101111010111110111011001001111111110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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