#5E5DAE

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

Shades of Rich Blue #5E5DAE

Tints of Rich Blue #5E5DAE

Color information

#5E5DAE (or 0x5E5DAE) is unknown color: approx Rich Blue. HEX triplet: 5E, 5D and AE. RGB value is (94,93,174). Sum of RGB (Red+Green+Blue) = 94+93+174=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5DAE is #A1A251. Grayscale: #666666. Windows color (decimal): -10592850 or 11427166. OLE color: 11427166.

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

Color convert

RGB9493174-
CMYK0.460.4700.32
HSL240.74º33.33%52.35%-
HSV(B)240.74º46.55%68.24%-
XYZ16.1713.2641.75-
YUV102.53168.33121.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.04%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=26.04%
G=25.76%
B=48.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94931740.460.4700.32240.7433.3352.35
Hex5E5DAE2E2F020f12134
Octal13613525656570403614164
Binary1011110101110110101110101110101111010000011110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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