#5E589D

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

Shades of Rich Blue #5E589D

Tints of Rich Blue #5E589D

Color information

#5E589D (or 0x5E589D) is unknown color: approx Rich Blue. HEX triplet: 5E, 58 and 9D. RGB value is (94,88,157). Sum of RGB (Red+Green+Blue) = 94+88+157=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E589D is #A1A762. Grayscale: #616161. Windows color (decimal): -10594147 or 10311774. OLE color: 10311774.

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

Color convert

RGB9488157-
CMYK0.400.4400.38
HSL245.22º28.16%48.04%-
HSV(B)245.22º43.95%61.57%-
XYZ14.1911.7933.43-
YUV97.66161.49125.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=27.73%
G=25.96%
B=46.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94881570.400.4400.38245.2228.1648.04
Hex5E589D282C026f51c30
Octal13613023550540463653460
Binary101111010110001001110110100010110001001101111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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