#5D59A5

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

Shades of Rich Blue #5D59A5

Tints of Rich Blue #5D59A5

Color information

#5D59A5 (or 0x5D59A5) is unknown color: approx Rich Blue. HEX triplet: 5D, 59 and A5. RGB value is (93,89,165). Sum of RGB (Red+Green+Blue) = 93+89+165=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #5D59A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D59A5 is #A2A65A. Grayscale: #626262. Windows color (decimal): -10659419 or 10836317. OLE color: 10836317.

HSL color Cylindrical-coordinate representation of color #5D59A5: hue angle of 243.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D59A5 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9389165-
CMYK0.440.4600.35
HSL243.16º29.92%49.8%-
HSV(B)243.16º46.06%64.71%-
XYZ14.8812.1937.17-
YUV98.86165.33123.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 165 (64.84% from 255) = 47.55%
R=26.80%
G=25.65%
B=47.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93891650.440.4600.35243.1629.9249.8
Hex5D59A52C2E023f31e32
Octal13513124554560433633662
Binary101110110110011010010110110010111001000111111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,165); }

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

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

 a { background-color: rgb(93,89,165); }

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

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

 span { border-color: rgb(93,89,165); }

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