#5E5EB2

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

Shades of Rich Blue #5E5EB2

Tints of Rich Blue #5E5EB2

Color information

#5E5EB2 (or 0x5E5EB2) is unknown color: approx Rich Blue. HEX triplet: 5E, 5E and B2. RGB value is (94,94,178). Sum of RGB (Red+Green+Blue) = 94+94+178=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E5EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5EB2 is #A1A14D. Grayscale: #676767. Windows color (decimal): -10592590 or 11689566. OLE color: 11689566.

HSL color Cylindrical-coordinate representation of color #5E5EB2: hue angle of 240º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E5EB2 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9494178-
CMYK0.470.4700.30
HSL240º35.29%53.33%-
HSV(B)240º47.19%69.8%-
XYZ16.6513.643.87-
YUV103.58170121.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.68%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=25.68%
G=25.68%
B=48.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94941780.470.4700.3024035.2953.33
Hex5E5EB22F2F01Ef02335
Octal13613626257570363604365
Binary101111010111101011001010111110111101111011110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,94,178); }

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

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

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

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

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

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

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