#5E51AF

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

Shades of Rich Blue #5E51AF

Tints of Rich Blue #5E51AF

Color information

#5E51AF (or 0x5E51AF) is unknown color: approx Rich Blue. HEX triplet: 5E, 51 and AF. RGB value is (94,81,175). Sum of RGB (Red+Green+Blue) = 94+81+175=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E51AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E51AF is #A1AE50. Grayscale: #5F5F5F. Windows color (decimal): -10595921 or 11489630. OLE color: 11489630.

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

Color convert

RGB9481175-
CMYK0.460.5400.31
HSL248.3º37.01%50.2%-
HSV(B)248.3º53.71%68.63%-
XYZ15.311.3641.94-
YUV95.6172.81126.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 175 (68.75% from 255) = 50%
R=26.86%
G=23.14%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94811750.460.5400.31248.337.0150.2
Hex5E51AF2E3601Ff82532
Octal13612125756660373704562
Binary101111010100011010111110111011011001111111111000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E51AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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