#5D5AAD

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

Shades of Rich Blue #5D5AAD

Tints of Rich Blue #5D5AAD

Color information

#5D5AAD (or 0x5D5AAD) is unknown color: approx Rich Blue. HEX triplet: 5D, 5A and AD. RGB value is (93,90,173). Sum of RGB (Red+Green+Blue) = 93+90+173=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5AAD is #A2A552. Grayscale: #646464. Windows color (decimal): -10659155 or 11360861. OLE color: 11360861.

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

Color convert

RGB9390173-
CMYK0.460.4800.32
HSL242.17º33.6%51.57%-
HSV(B)242.17º47.98%67.84%-
XYZ15.7112.6641.15-
YUV100.36168.99122.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=26.12%
G=25.28%
B=48.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93901730.460.4800.32242.1733.651.57
Hex5D5AAD2E30020f22234
Octal13513225556600403624264
Binary1011101101101010101101101110110000010000011110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,90,173); }

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

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

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

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

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

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

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