#5e5ead

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

Shades of Rich Blue #5E5EAD

Tints of Rich Blue #5E5EAD

Color information

#5E5EAD (or 0x5E5EAD) is unknown color: approx Rich Blue. HEX triplet: 5E, 5E and AD. RGB value is (94,94,173). Sum of RGB (Red+Green+Blue) = 94+94+173=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E5EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5EAD is #A1A152. Grayscale: #666666. Windows color (decimal): -10592595 or 11361886. OLE color: 11361886.

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

Color convert

RGB9494173-
CMYK0.460.4600.32
HSL240º32.51%52.35%-
HSV(B)240º45.66%67.84%-
XYZ16.1613.441.27-
YUV103.01167.5121.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.04%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=26.04%
G=26.04%
B=47.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94941730.460.4600.3224032.5152.35
Hex5E5EAD2E2E020f02134
Octal13613625556560403604164
Binary1011110101111010101101101110101110010000011110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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