#5D4DAD

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

Shades of Rich Blue #5D4DAD

Tints of Rich Blue #5D4DAD

Color information

#5D4DAD (or 0x5D4DAD) is unknown color: approx Rich Blue. HEX triplet: 5D, 4D and AD. RGB value is (93,77,173). Sum of RGB (Red+Green+Blue) = 93+77+173=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DAD is #A2B252. Grayscale: #5C5C5C. Windows color (decimal): -10662483 or 11357533. OLE color: 11357533.

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

Color convert

RGB9377173-
CMYK0.460.5500.32
HSL250º38.4%49.02%-
HSV(B)250º55.49%67.84%-
XYZ14.7110.6540.82-
YUV92.73173.3128.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.11%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=27.11%
G=22.45%
B=50.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93771730.460.5500.3225038.449.02
Hex5D4DAD2E37020fa2631
Octal13511525556670403724661
Binary1011101100110110101101101110110111010000011111010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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