#5D539D

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

Shades of Rich Blue #5D539D

Tints of Rich Blue #5D539D

Color information

#5D539D (or 0x5D539D) is unknown color: approx Rich Blue. HEX triplet: 5D, 53 and 9D. RGB value is (93,83,157). Sum of RGB (Red+Green+Blue) = 93+83+157=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D539D is #A2AC62. Grayscale: #5E5E5E. Windows color (decimal): -10660963 or 10310493. OLE color: 10310493.

HSL color Cylindrical-coordinate representation of color #5D539D: hue angle of 248.11º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D539D is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9383157-
CMYK0.410.4700.38
HSL248.11º30.83%47.06%-
HSV(B)248.11º47.13%61.57%-
XYZ13.6910.9533.29-
YUV94.43163.31126.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=27.93%
G=24.92%
B=47.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93831570.410.4700.38248.1130.8347.06
Hex5D539D292F026f81f2f
Octal13512323551570463703757
Binary101110110100111001110110100110111101001101111100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,83,157); }

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

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

 a { background-color: rgb(93,83,157); }

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

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

 span { border-color: rgb(93,83,157); }

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