#5E5DA6

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

Shades of Rich Blue #5E5DA6

Tints of Rich Blue #5E5DA6

Color information

#5E5DA6 (or 0x5E5DA6) is unknown color: approx Rich Blue. HEX triplet: 5E, 5D and A6. RGB value is (94,93,166). Sum of RGB (Red+Green+Blue) = 94+93+166=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #5E5DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5DA6 is #A1A259. Grayscale: #656565. Windows color (decimal): -10592858 or 10902878. OLE color: 10902878.

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

Color convert

RGB9493166-
CMYK0.430.4400.35
HSL240.82º29.08%50.78%-
HSV(B)240.82º43.98%65.1%-
XYZ15.4112.9637.77-
YUV101.62164.33122.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 166 (65.23% from 255) = 47.03%
R=26.63%
G=26.35%
B=47.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94931660.430.4400.35240.8229.0850.78
Hex5E5DA62B2C023f11d33
Octal13613524653540433613563
Binary101111010111011010011010101110110001000111111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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