#5E529D

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

Shades of Rich Blue #5E529D

Tints of Rich Blue #5E529D

Color information

#5E529D (or 0x5E529D) is unknown color: approx Rich Blue. HEX triplet: 5E, 52 and 9D. RGB value is (94,82,157). Sum of RGB (Red+Green+Blue) = 94+82+157=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E529D is #A1AD62. Grayscale: #5D5D5D. Windows color (decimal): -10595683 or 10310238. OLE color: 10310238.

HSL color Cylindrical-coordinate representation of color #5E529D: hue angle of 249.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E529D is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9482157-
CMYK0.400.4800.38
HSL249.6º31.38%46.86%-
HSV(B)249.6º47.77%61.57%-
XYZ13.7210.8533.27-
YUV94.14163.48127.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=28.23%
G=24.62%
B=47.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94821570.400.4800.38249.631.3846.86
Hex5E529D2830026fa1f2f
Octal13612223550600463723757
Binary101111010100101001110110100011000001001101111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,157); }

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

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

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

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

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

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

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