#5D589E

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

Shades of Rich Blue #5D589E

Tints of Rich Blue #5D589E

Color information

#5D589E (or 0x5D589E) is unknown color: approx Rich Blue. HEX triplet: 5D, 58 and 9E. RGB value is (93,88,158). Sum of RGB (Red+Green+Blue) = 93+88+158=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D589E is #A2A761. Grayscale: #616161. Windows color (decimal): -10659682 or 10377309. OLE color: 10377309.

HSL color Cylindrical-coordinate representation of color #5D589E: hue angle of 244.29º 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 #5D589E is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9388158-
CMYK0.410.4400.38
HSL244.29º28.46%48.24%-
HSV(B)244.29º44.3%61.96%-
XYZ14.1811.7833.87-
YUV97.48162.16124.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=27.43%
G=25.96%
B=46.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93881580.410.4400.38244.2928.4648.24
Hex5D589E292C026f41c30
Octal13513023651540463643460
Binary101110110110001001111010100110110001001101111010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,158); }

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

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

 a { background-color: rgb(93,88,158); }

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

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

 span { border-color: rgb(93,88,158); }

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