#5E5AAD

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

Shades of Rich Blue #5E5AAD

Tints of Rich Blue #5E5AAD

Color information

#5E5AAD (or 0x5E5AAD) is unknown color: approx Rich Blue. HEX triplet: 5E, 5A and AD. RGB value is (94,90,173). Sum of RGB (Red+Green+Blue) = 94+90+173=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5AAD is #A1A552. Grayscale: #646464. Windows color (decimal): -10593619 or 11360862. OLE color: 11360862.

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

Color convert

RGB9490173-
CMYK0.460.4800.32
HSL242.89º33.6%51.57%-
HSV(B)242.89º47.98%67.84%-
XYZ15.8212.7141.15-
YUV100.66168.83123.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=26.33%
G=25.21%
B=48.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94901730.460.4800.32242.8933.651.57
Hex5E5AAD2E30020f32234
Octal13613225556600403634264
Binary1011110101101010101101101110110000010000011110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,90,173); }

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

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

 a { background-color: rgb(94,90,173); }

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

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

 span { border-color: rgb(94,90,173); }

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