#5E5AA5

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

Shades of Rich Blue #5E5AA5

Tints of Rich Blue #5E5AA5

Color information

#5E5AA5 (or 0x5E5AA5) is unknown color: approx Rich Blue. HEX triplet: 5E, 5A and A5. RGB value is (94,90,165). Sum of RGB (Red+Green+Blue) = 94+90+165=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #5E5AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5AA5 is #A1A55A. Grayscale: #636363. Windows color (decimal): -10593627 or 10836574. OLE color: 10836574.

HSL color Cylindrical-coordinate representation of color #5E5AA5: hue angle of 243.2º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E5AA5 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9490165-
CMYK0.430.4500.35
HSL243.2º29.41%50%-
HSV(B)243.2º45.45%64.71%-
XYZ15.0612.4137.2-
YUV99.75164.83123.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 165 (64.84% from 255) = 47.28%
R=26.93%
G=25.79%
B=47.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94901650.430.4500.35243.229.4150
Hex5E5AA52B2D023f31d32
Octal13613224553550433633562
Binary101111010110101010010110101110110101000111111001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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